Handshake failure with “SSL error code -1/1/336032856” on OS X 10.7

后端 未结 2 2071
北荒
北荒 2020-12-19 07:04
svn co \"https://example.com/svn\" 
svn: OPTIONS of \'https://example.com/svn\': SSL handshake failed: SSL error code -1/1/336032856 (https://example.com)

相关标签:
2条回答
  • 2020-12-19 07:08

    This question is answered in the Subversion FAQ. See *"When performing Subversion operations over SSL, I get the error SSL handshake failed...":

    This can happen when the hostname reported by the server does not the match hostname given in the SSL certificate. Make sure your server configuration uses correct values for ServerName and NameVirtualHost.

    A client-side fix is to update OpenSSL to version 1.0.0d.

    0 讨论(0)
  • 2020-12-19 07:30

    If the other answer does not work

    try

    update your svn to version 1.7.8

    0 讨论(0)
提交回复
热议问题