SSL Certificate Checker
Check SSL certificate validity and expiry
๐ก SSL data is fetched via a public certificate transparency API. Results reflect publicly visible certificate information.
What is SSL/TLS?
SSL (Secure Sockets Layer) and its successor TLS (Transport Layer Security) are cryptographic protocols that provide secure communication over the internet. When a website has SSL/TLS, all data transmitted between the visitor's browser and the server is encrypted โ protecting passwords, personal information, and any other sensitive data from interception.
The padlock icon in your browser's address bar indicates an active SSL/TLS connection. The https:// prefix (as opposed to http://) indicates the site uses encryption.
How to use the SSL Checker
- Enter a domain name (without
https://) โ for examplegoogle.comoranottertoolbox.dev - Click "Check SSL" โ the tool fetches certificate information from public certificate transparency logs
- Review the results โ you'll see whether the certificate is valid, how many days until expiry, the issuer, and validity dates
The tool uses certificate transparency data from crt.sh, which logs all publicly trusted certificates.
Understanding the results
Days until expiry โ the most critical metric. Green means you have time, yellow means renewal is approaching, red means the certificate has expired or is expiring very soon.
Issuer โ the Certificate Authority (CA) that issued the certificate. Common CAs include Let's Encrypt (free, automated), DigiCert, Comodo/Sectigo, and GlobalSign.
Valid from / Valid to โ the certificate's validity window. Certificates issued after September 2020 are valid for a maximum of 398 days.
Common SSL issues and fixes
Certificate expired โ renew immediately. If you use Let's Encrypt, check that your auto-renewal setup (certbot or similar) is working correctly.
Certificate not trusted โ the certificate may be self-signed or issued by a CA not trusted by browsers. Use a certificate from a trusted CA.
Wrong domain โ the certificate was issued for a different domain. Ensure the certificate covers your exact domain (and www subdomain if needed).
Mixed content โ the page loads over HTTPS but includes HTTP resources. All resources must be served over HTTPS.