How to check a website's SSL certificate
An SSL/TLS certificate is what puts the padlock in the address bar. If it expires or is misconfigured, browsers warn visitors and some simply can't reach your site.
What it is
An SSL/TLS certificate proves your domain's identity and encrypts traffic between the browser and your server. It has an issuer (the certificate authority), a validity window, the hostnames it covers (the SAN list), and a chain back to a trusted root.
Why it matters
If a certificate expires, doesn't match the hostname, or ships an incomplete chain, browsers show a full-page security warning. That kills trust, conversions and SEO — and on strict clients the site won't load at all.
How to check
Enter your domain in the tool above. It shows days until expiry, the issuer, the protocol version, the SAN/wildcard coverage, whether the hostname matches, and whether HSTS is enabled.
How to fix
- Expiring soon? Renew now — and automate renewal (Let's Encrypt / your host) so it never lapses.
- Hostname mismatch? Reissue the certificate with the correct SAN entries (e.g. both
example.comandwww.example.com). - Chain incomplete? Install the intermediate certificate alongside the leaf.
- Enable HSTS to force HTTPS.