Hi there,
I have a problem with the above configuration doesn't work if I uncomment
the relevant parts
<Location /home/httpd/html/test>
SSLRequireSSL
#SSLVerifyClient require
#SSLVerifyDepth 1
#SSLRequireSSL
#SSLOptions +StrictRequire +FakeBasicAuth
#SSLRequire %{SSL_CLIENT_S_DN_O} eq "dna GmbH" and
%{SSL_CLIENT_S_DN_OU} eq "FHH" and %{SSL_CLIENT_S_DN_CN} in {"PIA"}
</Location>
I also tried the <Directory> directive with no success.
It works on other servers. Ubuntu installation uses a separate ssl httpd
daemon. Any idea?