首页 > 其他 > 详细

.subversion

时间:2015-03-11 22:59:36      阅读:260      评论:0      收藏:0      [点我收藏+]

 

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:

  1. Go with Chrome (or other browser that allows to save the certificate) to svn address
  2. Save the certificate file
  3. Install it into Trusted Root Center of Certificates (that could be named with other words, I dont know how exactly that named in english)

Also, changing svn client (from svn tortoise) to another solves problem too.

http://stackoverflow.com/questions/11052927/svn-handshake-failed-ssl-error

 

 

 

 

 

 

 

.subversion

原文:http://www.cnblogs.com/softidea/p/4331196.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!