SSLRequireSSL doesn't work properly on my server because, with that follow
configuration directives, I can access secure_area also without SSL, from
the port 2000 with http.
Also SSLRequire with SSL_CLIENT_CN doesn't work, the access is ever
forbidden.
Any idea ?
Thanks in advance.

>From httpd.conf:
<Directory /home/giacob/src/work_ocsp/apache/htdocs/secure_area>
SSLRequireSSL
SSLVerifyClient require
SSLVerifyDepth 10
SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars
SSLRequire %{SSL_CLIENT_CN} eq "Massimiliano Pala"
</Directory>


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to