Ssl – How to log invalid client SSL certificate in SSL

certificateiisssl

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

Best Answer

No, you'll just be able to log the response code from the failed authentication. There's no way to determine which cert is being used from the server side.