SSLRequireSSL Ineffective

SSLRequireSSL Ineffective

am 14.03.2009 17:22:17 von Lee Hughes

--00032557467afaa7590465169e7a
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hi, I have https working with Apache 2.2.11, but SSLRequireSSL seems to have
no effect -- I can still browse docs in the htdocs directory with straight
http or https.

Here's the section I added to httpd-ssl.conf, which is Included from
httpd.conf. No .htaccess files exist.


SSLRequireSSL
SSLOptions +StrictRequire


Thanks much for any help.
--
Lee

--00032557467afaa7590465169e7a
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi, I have https working with Apache 2.2.11, but SSLRequireSSL seems to hav=
e no effect -- I can still browse docs in the htdocs directory with straigh=
t http or https.

Here's the section I added to httpd-ssl.conf, w=
hich is Included from httpd.conf. No .htaccess files exist.


<Directory "/usr/local/apache2/htdocs">
SSLRequireSS=
L
SSLOptions +StrictRequire
</Directory>

Thanks much for=
any help.
--
Lee



--00032557467afaa7590465169e7a--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: SSLRequireSSL Ineffective

am 14.03.2009 17:28:31 von Lee Hughes

--00032557474642a6a7046516b566
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Some more info -- if I add this same Directory section to httpd.conf it
works fine and forces https access. It's like the line

Include conf/extra/httpd-ssl.conf

in httpd.conf has no effect -- why would that be?

Thanks-

Lee

--00032557474642a6a7046516b566
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Some more info -- if I add this same Directory section to httpd.conf it works fine and forces https access. It's like the line

Include conf/extra/httpd-ssl.conf

in httpd.conf has no effect -- why would that be?


Thanks-

Lee



--00032557474642a6a7046516b566--
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org