SSL Certificate
Inspect a site's TLS certificate: issuer, validity, SANs and expiry.
Frequently asked questions
What does the SSL certificate checker show?
The certificate's common name and subject alternative names, the issuer, the validity dates and days remaining, the signature algorithm, and the chain of intermediate certificates.
How do I know if a certificate is about to expire?
The tool shows the exact expiry date and the number of days left, and warns when a certificate has expired or expires within two weeks.
Can I check a certificate on a non-standard port?
Yes. Enter the host and set the port field — for example 8443 or 993 — and the tool reads the certificate presented on that port.
What is the difference between a certificate chain and a root certificate?
A server presents its leaf certificate plus intermediate certificates that link it to a trusted root. The root lives in the client trust store; a missing intermediate is a common cause of chain errors.
What are SAN entries in a certificate?
Subject Alternative Names list every host name a certificate is valid for. Modern browsers rely on the SAN list rather than the common name, so a certificate must include each domain it needs to secure.
What is a wildcard certificate?
A wildcard certificate such as *.example.com secures all direct subdomains of a domain with a single certificate. It does not cover the bare domain itself or deeper subdomains like a.b.example.com unless listed.
Why does my certificate work in a browser but fail in some tools?
Often the server is not sending the intermediate certificates. Browsers can sometimes fetch or cache them, but stricter clients cannot, so include the full chain in your server configuration.
What is the difference between DV, OV and EV certificates?
They differ in validation depth: Domain Validated confirms only domain control, Organization Validated verifies the organization, and Extended Validation performs the most thorough checks. All three provide the same encryption strength.