For about 6 hours I'm now trying to checkout a working copy from my teams server.
This is my command svn co https://myserver.com/svn/myproject workingcopy
But I get the following error message: svn: OPTIONS of 'https://myserver.com/svn/myproject': SSL handshake failed: SSL error: certificate verify failed (https://myserver.com/svn/)
On every machine I'm trying to checkout this workingcopy it works like a charm, just on my Mac I'm getting this certain error.
I know this is an old post, but I landed here from google.
This solved my problem. Handshake failure with "SSL error code -1/1/336032856" on OS X 10.7
(turns out my ServerName in Apache didn't match my server name in the cert - full details available in the SVN FAQ: http://subversion.apache.org/faq#ssl-error-336032856)
The short of it: "Make sure your server configuration uses correct values for ServerName and NameVirtualHost." (and make sure they match the CN in the cert).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With