SSL Certificate Checker
Inspect any HTTPS site's TLS certificate: subject, issuer, validity, SAN list, chain depth, and days-to-expiry.
Frequently asked questions
What is checked here?
We perform a TLS handshake against your host and read the leaf certificate plus the chain it presents. We extract subject, issuer, serial, signature algorithm, validity dates, SAN list, and approximate days-to-expiry.
Does it validate the trust chain?
No — this tool reports what the server presents, including self-signed certs, so you can debug them. For real trust validation, use your browser or `openssl verify`.
Why do some hosts time out?
Firewalls may drop unsolicited connections, the host may not be listening on the requested port, or it may not support TLS on that port. We use a 6 second timeout to avoid hanging the page.