To view a certificate's CDP, follow these steps:
- In Microsoft Internet Explorer, click Internet Options on the Tools menu.
- On the Content tab, click Certificates.
- On the Personal tab, double-click the client certificate.
- Click the Certification Path tab of the client certificate to display each certificate in the path.
- Double-click each of these certificates and click the Details tab. The CRL Distribution Point field contains entries that list the path to download the associated .crl file.NOTE: If a CDP is not listed, proceed to the next higher certificate in the path.
If a CDP extension is present in a certificate that is part of the certification path, IIS must be able to download at least one of the CRLs. If IIS is unable to resolve the CRL, it returns the HTTP 403.13 error.
Sample CRL Distribution Points:
[1]CRL Distribution Point
Distribution Point Name:
Full Name:
URL=http://server.domain.com/CertEnroll/server%20Root%20CA.crl<BR/><BR/>
[2]CRL Distribution Point
Distribution Point Name:
Full Name:
URL=file://\\server2.domain.com\CertEnroll\server2%20Root%20CA.crl
REFERENCES
For more information on Wfetch.exe, click the following article number to view the article in the Microsoft Knowledge Base:
284285
How to Use Wfetch.exe to Troubleshoot HTTP Connections
The CertCheckMode IIS metabase property enables or disables Certificate Revocation List (CRL) checking. When CertCheckMode is set to a value greater than 0, the CRL does not search for certificates that have been revoked. When CertCheckMode is equal to 0, the CRL searches for certificates that have been revoked. For more information, see the "CertCheckMode" topic in the IIS online help.