How to log invalid client SSL certificate in SSL
        Posted  
        
            by matra
        on Server Fault
        
        See other posts from Server Fault
        
            or by matra
        
        
        
        Published on 2010-01-06T17:34:22Z
        Indexed on 
            2010/03/20
            3:11 UTC
        
        
        Read the original article
        Hit count: 1356
        
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
© Server Fault or respective owner