You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Thomas George <tg...@ibaset.com> on 2004/03/29 17:34:21 UTC

[users@httpd] Require vs. Optional for verify client certs

Hi all..!

I'm using <Location> in an ssl.conf file to require client side PKI requests
for certain folders.. I'd like to redirect people who don't have them to a
different page or site.. If I use 'require', their browser dies in a 'talk
to the "hand"' kinda way..

<Location /somefolder>
SSLVerifyClient require
SSLVerifyDepth 5

RewriteEngine        on
RewriteCond          %{SSL_CLIENT_CERT} =""
RewriteRule          ^(.*)$ http://www.dodpke.com/public/publicAccess.asp
</Location>

Could really use some suggestions..1

Thanks..!

Thomas


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org