添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
不开心的夕阳  ·  数组 (C++) | Microsoft ...·  1 年前    · 
乐观的黄花菜  ·  DefaultModelBindingMes ...·  1 年前    · 
有腹肌的豆腐  ·  adobe - How to ...·  2 年前    · 
睿智的跑步鞋  ·  Using Select case on ...·  2 年前    · 
* error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error
* Closing connection 0
fatal: unable to access 'https://kidney:8443/stash/scm/proj/testone.git': error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error
            
Cloning into 'clone'...
fatal: unable to access 'https://kidney:8443/stash/scm/proj/clone.git': error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure

Cause

There is a reported bug in OpenSSL: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/861137. The OpenSSL version installed on your client is v1.0+.

 

Resolution

Option 1:

Edit the Tomcat configuration for Stash (as an attribute under the Connector element) to only allow stronger encryption by editing <Stash installation directory>/conf/server.xml and then restarting Stash:

ciphers="SSL_RSA_WITH_RC4_128_MD5,SSL_RSA_WITH_RC4_128_SHA,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_DSS_WITH_AES_128_CBC_SHA,SSL_RSA_WITH_3DES_EDE_CBC_SHA,SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA,
SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA"

Option 2:

This bug was introduced as of OpenSSL v1.0+. Please downgrade your OpenSSL/0.9.8k on the client trying to clone from Stash.

Read more here: