I am having a hard time getting mod_ssl to request the clients certificate serial number. I belive I have it in right but it always fails.
 
<Directory /secure>
SSLVerifyClient      require
SSLVerifyDepth       5
SSLOptions           +FakeBasicAuth
SSLRequireSSL
SSLRequire           %{SSL_CLIENT_M_SERIAL}  eq "1111 1111 1111 1111"
</Directory>
 
ANy help would be greatly appreciate.
 
Michael M.
Datawan

Reply via email to