[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SSL handshake failed: An existing connection was forcibly closed by the remote host

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 07 Jun 2012 20:40:09 +0200

On 07.06.2012 20:24, Matt Hamilton wrote:
> Stefan, Thanks for the prompt response. I will forward your
> suggestions on to our server team.
>
> If I am hearing you correctly though, it is your opinion that the
> issue is related to the old Subversion server instance not being
> compatible with the new TortoiseSVN?
>
> To restate: Are you saying that Tortoise is most likely trying to
> authenticate with SSL that the old version of Subversion doesn't
> understand?

there's a good chance of that, yes: TSVN always links with the latest
version of OpenSSL. And if you recall, OpenSSL had a few cipher
algorithms deactivated by default for security reasons. TSVN always
builds with the defaults, so those weak ciphers are not available
anymore when using TSVN, but your server might still expect them.

> OR is the error too nondescript to even try and guess what the true
> error is?

To narrow down the problem, you have to check the Apache error log:
there should be an entry every time you get the error that the
connection was closed by the server. And that entry should give you more
information why that happened.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2969596
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-06-07 20:40:20 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.