Re: E175013 svn diff failure (access forbidden) with 1.8.5 (regression)
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 17 Feb 2014 16:39:56 +0000
Vincent Lefevre <vincent-svn_at_vinc17.net> writes:
> On 2014-02-14 18:34:52 +0000, Philip Martin wrote:
I don't know why the client would send such a request.
You might be able to use socat to debug the traffic. Run a socat relay
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
--config-option servers:global:http-compression=no
makes it easier to see the body of the response.
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*Received on 2014-02-17 17:40:40 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.