Actions
Bug #884
closed
DC
DC
Delete CRL and OCSP Cache on Windows
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
Actions