Bug #884
Delete CRL and OCSP Cache on Windows
Description
I recently encountered a problem while trying to browse wikipedia. The HTTPS privacy error threw a NET::ERR_CERT_AUTHORITY_INVALID
code.
After looking around, I found that GlobalSign had recently had issues and the Certificate Revocation List needed to be cleared.
- Clear the CRL/OCSP list:
certutil -urlcache * delete
Updated by Daniel Curtis over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100