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 use a private svn repository; "https://example.com/svn" is just an example for this post.