Hi ,

try

ErrorDocument  errorcode error.html


Best Regards




[EMAIL PROTECTED]

31.08.2005 15:24

Please respond to
users@httpd.apache.org

To
users@httpd.apache.org
cc
Subject
[EMAIL PROTECTED] client cert cancel - error handling





hi

can 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: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to