hican anyone come up with a receipe for "error"-handling the case if a user decides to cancel a client certificate dialog ?
i'm able to handle it if i use: SSLVerifyClient optional RewriteCond %{SSL:SSL_CLIENT_VERIFY} !=SUCCESS RewriteRule ^/ http://localhost:8080/missing_cert.html [P,L] but then i'm not able to handle a succesful certificate (?) so i guess i need to stick to: SSLVerifyClient require but then i'm not able to use rewrite at all ( ? )but i can see (with debug enabled ) that the server is indeed contacted with an ssl error message
thanks ./allan --------------------------------------------------------------------- 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@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx