问题
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:
- Go with Chrome (or other browser that allows to save the certificate) to svn address
- Save the certificate file
- 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