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

Re: SSL Handshake Failure in 1.6.12, SSLv2 vs. TLSv1

From: Andreas Stieger <andreas.stieger_at_gmx.de>
Date: Fri, 7 Jan 2011 21:33:29 +0000

Hi,

On Friday 07 Jan 2011 20:54:14 you wrote:
> Update gets the error "handshake failed: An existing connection was
> forcibly closed by the remote host.". After lots of experimentation I
> found that the repo-browser would work with the URL
> "https://svn.domain.com" but would not work with the URL
> "https://192.168.0.1". The command nslookup shows that the IP address for
> svn.domain.com is 192.168.0.1. The .svn/entries files all have the URL
> "https://192.168.0.1". If I change the URL in the .svn/entries file to
> "https://svn.domain.com" SVN Update works OK. I watched the communication
> with SVN server with WireShark and found that TLSv1 authentication is used
> with the URL "https://svn.domain.com" and SSLv2 authentication is used
> with the URL "https://192.168.0.1".
>
> How can I get this to work again without editing hundreds of ./svn/entries
> files?

svn switch --relocate \
        https://192.168.0.1/svn/foo \
        https://svn.example.com/svn/bar

with kind regards,
Andreas Stieger

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2696538

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-01-07 22:33:45 CET

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.