Thursday, July 31, 2008

Certificate Revocation List

Today my WSS not working and it complain that the Client Certificate was not valid. After checked and confirm the client certificate I used was the correct one, which one the only possible was the cert are revoked. Without access to the server which issue the cert, I opt for alternative way of solving this. After some searching below is what can be done to disable the checking for Revoked Certificate for your IIS.

This is a registry hack, used it at your own risk.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\
HTTP\Parameters\SslBindingInfo\0.0.0.0:443

DefaultSslCertCheckMode = 1

No comments: