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

后端 未结 2 2072
北荒
北荒 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.

提交回复
热议问题