Check an SSL certificate's expiry, chain and hostname

Paste a host to see its certificate's days left, chain and hostname match. It runs once from US East with a 10 second cap, the same runner a monitor uses.

Pick a protocol for a server that upgrades to TLS after a plain hello; the port follows unless you change it.

How to read this

Days left
How many days remain before the certificate expires, judged against the same thresholds a monitor uses.
Chain
Whether the chain validates all the way to a trusted root.
Hostname match
Whether the certificate actually covers the host you asked about.

Questions

Is this a scan?

No. It makes one TLS connection to the host and port you name, the same as any client would.

Why is a private address refused?

Private and loopback addresses are refused: a check from outside your network can say nothing useful about them, and hostnag never dials into anyone's network on purpose.

Related

Read

Watch this for good.

Start free