[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 16:27:37 -0500

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).

Just to refresh: I've got my repo on https://...:81 and I'm trying to
enforce this:

SSLRequire %{SERVER_PORT} == 81

So what's the weirdness I found?

This works:

SSLRequire %{SERVER_PORT} <= 443

while this does not:

SSLRequire %{SERVER_PORT} < 443

So somehow SVN seems to be still requiring access to port 443 - even
though my repo is on port 81 (e.g., "svn co
https://...:81/.../repo/testing").

So ... anyone have any idea why this might be the case? Why might SVN
still be needing access to port 443?

Thanks,

DR

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

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