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

Re: Existing connection forcibly closed by remote host (SVN over VPN issue)

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 28 May 2009 18:39:37 +0100

On Thu, May 28, 2009 at 06:59:49PM +0200, NASCIMENTO eduardo wrote:
> Hi all!
>
> I have a problem with SVN server (https protocol) running over VPN. The
> problem is consistent and reproducible. When connected to VPN any commit
> operation containing more than a few Kb of data will fail after returning
> the following error:

This is very unlikely to be a problem in Subversion.
I don't think you'll be able to solve this by looking at Subversion.

Subversion does not know what is happening on the network layer.
It just opens a socket, and writes to it and reads from it.
It cannot tell the difference between an Ethernet, and ADSL connection,
a dial-up link, or a VPN (be it pptp-based or ipsec or openvpn or
whatever).

You need to consult your server logs to see what might be going wrong.
tcpdump and similar network diagnosing tools may also help.
Also sanity check any firewalls that the connection from the client
to the server is traversing, outside and inside the VPN tunnel.

Stefan
Received on 2009-05-28 19:41:51 CEST

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

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