You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Stefan Sperling <st...@elego.de> on 2011/08/18 13:12:29 UTC

Re: Could not read chunk delimiter: Secure connection truncated

On Thu, Aug 18, 2011 at 10:19:34AM +0000, David Aldrich wrote:
> Hi
> 
> One of our remote svn users is getting the following error when he attempts to checkout a repo from our svn server:
> 
> svn: REPORT of '/subversion/<myrepo>/!svn/vcc/default': Could not read chunk delimiter: Secure connection truncated (<url>)
> 
> We know that our repo is in good order because checkouts on the network local to the svn server work ok.
> 
> Please can anyone provide information about what can cause this error?
> 
> Could it be due to a low bandwidth internet connection?

At first guess I would suspect a latency problem that results in
the server dropping a timed-out connection.
Maybe adjusting KeepAliveTimeout in the HTTDP config will fix this
(see http://svn.haxx.se/users/archive-2011-08/0378.shtml for some links).

Is there a proxy between the svn server and remove svn clients?

RE: Could not read chunk delimiter: Secure connection truncated

Posted by David Aldrich <Da...@EMEA.NEC.COM>.

> -----Original Message-----
> From: Stefan Sperling [mailto:stsp@elego.de]
> Sent: 18 August 2011 12:12
> To: David Aldrich
> Cc: 'users@subversion.apache.org'
> Subject: Re: Could not read chunk delimiter: Secure connection truncated
> 
> On Thu, Aug 18, 2011 at 10:19:34AM +0000, David Aldrich wrote:
> > Hi
> >
> > One of our remote svn users is getting the following error when he
> attempts to checkout a repo from our svn server:
> >
> > svn: REPORT of '/subversion/<myrepo>/!svn/vcc/default': Could not read
> > chunk delimiter: Secure connection truncated (<url>)
> >
> > We know that our repo is in good order because checkouts on the network
> local to the svn server work ok.
> >
> > Please can anyone provide information about what can cause this error?
> >
> > Could it be due to a low bandwidth internet connection?
> 
> At first guess I would suspect a latency problem that results in the server
> dropping a timed-out connection.
> Maybe adjusting KeepAliveTimeout in the HTTDP config will fix this (see
> http://svn.haxx.se/users/archive-2011-08/0378.shtml for some links).
> 
> Is there a proxy between the svn server and remove svn clients?
> 

Thanks for your reply.  There will be numerous proxies in the path.

Best regards

David