[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: Fri, 20 Nov 2009 10:49:04 -0500

On 11/19/2009 05:58 PM, David Rosenstrauch wrote:
> 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.

FYI - one of the guys on the mod_ssl mailing list came up with the
solution to this issue. Not sure this matters to anyone here right now,
but in case someone has this same issue in the future I wanted to have
the solution on record.

Apparently the magical Apache incantation "UseCanonicalPhysicalPort on"
ensures that %{SERVER_PORT} gets set to the correct (IMO) value of 81,
instead of 443, and so lets the SSLRequire directive function correctly.

Go figure.

Thanks,

DR

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-20 16:49:41 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.