SVN - handshake failed : SSL error

折月煮酒 提交于 2020-01-13 09:21:09

问题


I am unable to update or commit to svn from a machine that did not have this problem until recently. I updated the tortoise svn client. I can delete the folder and pull a new copy down every time but cannot commit or update.

Unable to connect to a repository at URL

OPTIONS SSL handshake failed: SSL error: sslv3 alert illegal parameter


回答1:


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.




回答2:


You're almost certainly using an SVN client which is to old.




回答3:


Probably the antivirus broke the certificate. Shut down the antivirus.




回答4:


Try turning off the proxy server settings for your SVN client if accessing an internal repository.

In order to access an external svn repo to checkout samples from the web, I had enabled the proxy settings in TortoiseSVN under. Settings->Network->Enable Proxy Server

However I forgot to disable it and I was receiving the above error when accessing our internal repo. This was happening Tortoise SVN client and eclipse svn was also not working properly. I turned off the proxy settings and both started working fine.



来源:https://stackoverflow.com/questions/11052927/svn-handshake-failed-ssl-error

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!