NET::ERR_CERT_REVOKED — your CA (Let's Encrypt, DigiCert) revoked the SSL certificate. Serious: clients can't connect at all. Causes: compromised private key, mis-issuance, CA compliance issue. Solution: immediately issue a new cert and deploy to the server. Find out why via the CA dashboard or email notifications.
This error blocks HTTPS access. Below: causes, fixes, working config, FAQ.
certbot revokecertbot certonly --force-renewal -d example.comnginx -t && systemctl reload nginxSSL/TLS is the encryption protocol that protects data between the browser and server. Our tool analyzes the certificate, chain of trust, TLS version, and knownvulnerabilities.
Issuer, validity period, signature algorithm, covered domains (SAN), and validation type (DV/OV/EV).
Full chain verification: from leaf certificate through intermediates to root CA.
Protocol version (TLS 1.2/1.3), cipher suites, Perfect Forward Secrecy (PFS) support.
Set up a monitor — get Telegram and email alerts 30/14/7 days before expiration.
SSL certificate monitoring
TLS config audit
HTTPS as ranking factor
customer trust
www and subdomains.Strict-Transport-Security header forces browsers to always use HTTPS.SSL certificate monitoring, check history and alerts 30 days before expiry.
Sign up freeImmediately. Certbot auto-handles. Revocation does not affect rate limit (same 5 requests/week/domain).
Yes if OCSP soft-fail. Rigorous validation (Chrome Must-Staple, Firefox) catches it. Mobile apps — up to 7-day cache.
Let's Encrypt — in email. Commercial CA — in account dashboard.
<a href="/en/ssl">Enterno SSL checker</a> → cert status (Active / Revoked / Expired).