开发者

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

开发者 https://www.devze.com 2023-04-03 15:46 出处:网络
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)
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)

It works on Windows and Mac OX10.6, but it fails on Mac OSX10.7.

I've tried with the default /usr/bin/svn (version 1.6.16 (r1073529)), and the one of fink /sw/bin/svn (version 1.6.17 (r1128011)) I installed all OSX10.7 updates.

What can be the problem?

ps: I开发者_StackOverflow中文版 use a private svn repository; "https://example.com/svn" is just an example for this post.


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.


If the other answer does not work

try

update your svn to version 1.7.8

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号