标签:
SSL error: certificate verify failed
is indication of client-side error. Try to check certificate chains on good and bad location, find missing intermediate certificate (I expect this result) and move it to appropriate place
Fix: I overlooked Mac as source, had Win in mind. Server certs usually live in ~/.subversion/auth/s?vn.ssl.server/ , you can copy needed file from good client
Adds: if you aren‘t security-concerned, you can simply use svn checkout --non-interactive --trust-server-cert https://....
I resolve that problem as follows:
Also, changing svn client (from svn tortoise) to another solves problem too.
http://stackoverflow.com/questions/11052927/svn-handshake-failed-ssl-error
标签:
原文地址:http://www.cnblogs.com/softidea/p/4331196.html