SSL certificate checker
Read what a host's TLS certificate actually says: how many days it has left, who issued it, which names it covers, and whether the server is sending the full chain. Certificates do not fail slowly. They work, and then at a known second they stop.
one handshake from our probe · public hosts only · nothing stored
Enter a hostname to read its certificate.
What the check reads
| field | what it tells you |
|---|---|
| days left | Time until the certificate stops being accepted. Below thirty, a renewal has already failed at least once. |
| issued by | The authority that signed it. A change here you did not make is worth reading twice. |
| covers | The names on the certificate. A name that is missing is rejected by every client, however valid the dates. |
| chain | How many certificates the server sent. One is the classic misconfiguration: the intermediate is missing and strict clients fail while browsers hide it. |
| self-signed | Subject and issuer are the same name. Fine inside a network, fatal on a public endpoint. |
Why expiry still takes people down
Automated renewal did not remove the outage, it moved it. A certificate renews every sixty days without anyone watching, which means nobody is watching on the day the renewal breaks: a DNS challenge that no longer resolves, a firewall rule that blocks the HTTP challenge, an account that hit a rate limit, a cron job on a host that was rebuilt without it. The certificate stays valid for another thirty days after that, and every one of those days looks exactly like success.
The other half is that a certificate is not one thing. The homepage renews, and the API on a different host, the mail server, or the internal load balancer terminating TLS behind the CDN does not. Checking by hand finds the one you remembered to check.
FAQ
How many days before expiry should I renew?
The certificate is valid but my browser still complains. Why?
What does the hostname match mean?
Do you check the whole chain against a trust store?
Can I be told before it expires instead?
Be told at thirty days, not at zero
A TLS certificate check reads the same certificate on a schedule and alerts at the day count you pick, from every region you enable.
more free tools: DNS lookup · uptime SLA calculator · error budget calculator · the whole set