RE: Newer SSL libraries and TLSv1.2 incompatibilities

2012-06-14 Thread Garrison, Jim (ETW)
> -Original Message- > From: Garrison, Jim (ETW) [mailto:jim.garri...@nike.com] > Sent: Wednesday, June 13, 2012 3:56 PM > To: users@subversion.apache.org > Subject: Newer SSL libraries and TLSv1.2 incompatibilities > > Regarding my question in the thread titled &

Newer SSL libraries and TLSv1.2 incompatibilities

2012-06-13 Thread Garrison, Jim (ETW)
Regarding my question in the thread titled "When connecting to an https server force use of TLS or SSLv3?". I asked that before I fully understood the problem, which is actually due to a backwards incompatibility in the newest OpenSSL libraries (1.0.1c) used by Subversion. Essentially, the new

When connecting to an https server force use of TLS or SSLv3?

2012-06-07 Thread Garrison, Jim (ETW)
When svn attempts to connect to an https URL, the underlying protocol library (openssl?) attempts to start the secure protocol negotiation at the most basic level, plain SSL. Unfortunately, I have to connect to a server that requires SSL3 or TLS1, and refuses to respond to SSL or SSL2. I've done