How to log invalid client SSL certificate in SSL
- by matra
I have a IIS web site which requires client certificate. I have turned off CRL checking. The client is unable to access the web site - he gets 403.17 (certificate expired) error.
I would like to log the certificate he is using, becaue I think he is using the wrong certificate.
Is there a way to do this? I probably can not use WireShark, because client certificatethat is passed from the client is probably already encryped.
I am running a WIndows 2003 server.
Matra