Hello,
 
Does mod_ssl support any type of error handling for the client certificate authentification?
I'd really like to have another page load than a server not found one when a client presents an invalid certificate.
 
If not, is it possible to bypass some verifications such as the cert date, so my servlet engine can check that itself
and display an appropriated error page instead of the server not found one?
So Apache would just take the certificate, not check anything, export it, and I'll handle all cert related errors somewhere else.
 
Thanks,
 
Michael Lamot
 
 

Reply via email to