Re: Unexpected HTTP status 400 'Bad request'.
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 09 Dec 2015 09:46:44 +0000
Chris Capon <ttabyss_at_gmail.com> writes:
> What I don't know is how to diagnose the communications through apache
You should see the 400 in the apache logs at the very least, if apache
::1 - - [09/Dec/2015:09:44:28 +0000] "DELETE /svn-test-work/repositories/lock_tests-61/!svn/txr/2-2/A HTTP/1.1" 400 301 Length:-
[Wed Dec 09 09:29:40.749939 2015] [core:info] [pid 13733:tid 139669165561600] [client ::1:45002] AH00561: Request header exceeds LimitRequestFieldSize: If
There are various ways to trace the communication:
If you can only use https:// one possibility is to use socat as an
socat -v TCP6-LISTEN:9630,reuseaddr,fork OPENSSL:localhost:443,verify=0
Then use http:// to socat and have socat use https to apache:
svn ls http://localhost:9603/...
-- Philip Martin WANdiscoReceived on 2015-12-09 10:46:56 CET |
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.