Ssl – SVN SSL negotiation failed

opensslsslsvn

I am having issues using svn all of a sudden. When trying to update/commit or create a new checkout I get the following error. I cant seem to find much information about it.

svn: OPTIONS of 'https://username@svn.host.com/svn/repos/project/TRUNK': SSL negotiation failed: SSL error code -1/1/336032856 (https://svn.host.com)

any idea?

Best Answer

What is the output of "openssl s_client -connect svn.host.com:443" from the client running svn?