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:
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
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
So ... anyone have any idea why this might be the case? Why might SVN
Thanks,
DR
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.