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

Re: E175013 svn diff failure (access forbidden) with 1.8.5 (regression)

From: Vincent Lefevre <vincent-svn_at_vinc17.net>
Date: Tue, 18 Feb 2014 11:17:39 +0100

On 2014-02-17 16:39:56 +0000, Philip Martin wrote:
> You might be able to use socat to debug the traffic. Run a socat relay
> on the client machine, something like:
>
> socat -v TCP-LISTEN:9630,reuseaddr,fork OPENSSL:svn.apache.org:443,verify=0
>
> then run the client command, something like:
>
> svn ls http://localhost:9630/repos/asf/subversion
>
> and socat should dump the decoded SSL traffic. You may have to use
> TCP6-LISTEN if the client cannot connect. Disabling compression with
>
> --config-option servers:global:http-compression=no
>
> makes it easier to see the body of the response.

I had to use TCP6-LISTEN. And it seems that compression was not used
by default. I've attached what I obtain after hiding potentially
private information.

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Received on 2014-02-18 11:18:31 CET

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

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