I know other issues such as this one have been posted but none helped to fix my case.
I currently have to commit on an enterprise svn repo and got the following error :
svn: E175002: Commit failed (details follow):
svn: E175002: Unable to connect to a repository at URL 'https://svn.myenterprise.com/subversion/path_to_project'
svn: E175002: OPTIONS of 'https://svn.myenterprise.com/subversion/path_to_project': SSL handshake failed: SSL error code -1/1/336032856 (https://svn.myenterprise.com)
I recently updated my password in the enterprise environment, and the svn access is supposed to be based on this one. Notice that I can access to the repo through a web browser very easily using my new credentials.
I cleaned in the .subversion cache all the reference to previously cached credentials as well as in keychain.
I am currently working with : Mac OX 10.9 svn --version 1.7.0 OpenSSL 0.9.8y 5 Feb 2013
Most other subjects suggested to update svn / openssl but it should be good on my side.
Any ideas on the subject ?
Thanks a lot !