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

Re: SSLRequireSSL how to?

From: Konrad Rosenbaum <konrad_at_silmor.de>
Date: 2004-10-07 16:11:29 CEST

Scott Lawrence said:
> On Wed, 2004-10-06 at 23:47, Stefan C.Kremer wrote:
> The following is slightly simplified version of what we do (some stuff
> not relevant to your question removed, and we actually do it with
> small per-repository files Included into a framework) - in the main
> configuration file:

> <VirtualHost scm.sipfoundry.org>

This should be:
<VirtualHost scm.sipfoundry.org:80>

otherwise it is clashing with:

> <VirtualHost scm.sipfoundry.org:443>
> <Location /rep/sipXpbx/>
> <LimitExcept GET PROPFIND OPTIONS REPORT>
> SSLRequireSSL

The SSLRequireSSL should be on the VHost level not on Limit Level.

Reason: SSL is established LONG before the client submits which path it
wants to talk to and which method it wants to use, so SSL can't be
required afterwards.

    Konrad

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 7 16:12:14 2004

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.