[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: NASCIMENTO eduardo <eduardo.NASCIMENTO_at_gemalto.com>
Date: Thu, 28 May 2009 20:00:30 +0200

Hi Stefan!

That's what I suspected. I already contacted the company's IT team to see if they can help me. I just want to make sure that I have done the best to ensure that the faulty part is not Subversion. I already checked the firewalls. Now I will try Ethereal or tcpdump as you suggested.

Thank you,

Eduardo Nascimento
Configuration Management Officer
Gemalto
Tel: +1 514 732 2372
Fax: +1 514 732 2301
3, Place du Commerce, Bureau 300
Île des Soeurs, Québec - Canada, H3E 1H7
eduardo.nascimento_at_gemalto.com
www.gemalto.com

-----Original Message-----
From: Stefan Sperling [mailto:stsp_at_elego.de]
Sent: Thursday, May 28, 2009 1:40 PM
To: NASCIMENTO eduardo
Cc: users_at_subversion.tigris.org
Subject: Re: Existing connection forcibly closed by remote host (SVN over VPN issue)

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

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2356514

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-28 20:01:59 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.