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

Re: Problem with SVN on Apache using SSLRequire

From: David Rosenstrauch <darose_at_darose.net>
Date: Thu, 19 Nov 2009 17:58:00 -0500

On 11/19/2009 04:27 PM, David Rosenstrauch wrote:
> On 11/19/2009 01:36 PM, David Rosenstrauch wrote:
>> Really then the only possibilities here are either a) I wrote the
>> SSLRequire directive wrong, or b) there's some other weirdness happening
>> here that I'm not aware of.
>
> OK, I've done some more debugging, and the answer is (b).

Got some more info from the apache logs.

SVN seems to have a fine conversation with Apache (consisting of 21
requests) but fails on the final (REPORT) request.

Without SSLRequire:

64.245.135.215 - - [19/Nov/2009:22:39:54 +0000] "OPTIONS /<our
repo>/testing HTTP/1.1" 401 477
...
64.245.135.215 - david [19/Nov/2009:22:39:54 +0000] "PROPFIND /<our
repo>/!svn/bln/1418 HTTP/1.1" 207 476
64.245.135.215 - david [19/Nov/2009:22:39:54 +0000] "REPORT /<our
repo>/!svn/vcc/default HTTP/1.1" 200 1249

With SSLRequire:

64.245.135.215 - - [19/Nov/2009:22:41:39 +0000] "OPTIONS /<our
repo>/testing HTTP/1.1" 401 477
...
64.245.135.215 - david [19/Nov/2009:22:41:39 +0000] "PROPFIND /<our
repo>/!svn/bln/1418 HTTP/1.1" 207 476
64.245.135.215 - david [19/Nov/2009:22:41:39 +0000] "REPORT /<our
repo>/!svn/vcc/default HTTP/1.1" 500 241

Again, I have no idea why all the other HTTP requests work fine except
for that one. (My knowledge of WebDAV is, unfortunately, a bit limited.)

If anyone's got any idea what's going on here, please let me know.

Thanks,

DR

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2420336

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-19 23:58:57 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.