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

Re: Getting error: 'Could not read response body: Secure connection truncated'

From: Olivier Sannier <obones_at_free.fr>
Date: Wed, 22 Sep 2010 10:15:20 +0200

David Aldrich wrote:
> My suspicion is that the error is an indication of a timeout that
> happens because we use per-directory authorisation in Apache. I saw an
> article that suggested that setting SVNPathAuthz off in httpd.conf may
> fix this problem. Unfortunately, we must use per-directory
> authorisation because our project includes customer-confidential
> information that must be hidden from some teams.
I had similar problem and I believe the solution is in the list archive.

Add this to your location definition in the Apache config:

   LimitXMLRequestBody 0

http://httpd.apache.org/docs/2.2/mod/core.html#limitxmlrequestbody

Regards
Olivier
Received on 2010-09-22 10:16:01 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.