.subversion

简介: SSL error: certificate verify failed is indication of client-side error. Try to check certificate chains on good and bad location, find missing int...

 

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

 

 

 

 

 

 

 

相关文章
|
网络协议 Ubuntu Linux
|
网络协议 Ubuntu Linux
|
存储 监控 网络安全
|
Linux 开发工具 数据安全/隐私保护
|
Apache 数据安全/隐私保护
|
Linux 网络安全 Apache
|
存储 Windows 数据安全/隐私保护

相关实验场景

更多