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

Re: Could not read chunk delimiter: Secure connection truncated

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 18 Aug 2011 13:12:29 +0200

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?
Received on 2011-08-18 13:14:50 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.