The certificate trust chain and hostname check passed during the TLS connection.
SSL certificate checker
Inspect the certificate a website presents on HTTPS and check its expiry, issuer, names and TLS connection details.
What this SSL check tells you
A valid HTTPS certificate should be trusted, match the hostname you requested and be within its validity period. IPGetter connects directly to the public IP resolved for the hostname and inspects the certificate presented on port 443.
This is a point-in-time check from the IPGetter server. CDNs and load balancers can present different certificates from different network locations.
Certificates must be renewed before their valid-until date or browsers will show security warnings.
Subject Alternative Names list the hostnames covered by the certificate.
IPGetter opens a TLS connection to the host, verifies the certificate chain and hostname, then reports the certificate, negotiated TLS version, cipher and handshake timing.
- Checking certificate expiry
- Verifying hostname coverage and SANs
- Confirming the server presents a trusted certificate chain
Prefer the command line?
Check certificate, issuer, expiry and TLS details.
> ssl example.com
Run in Terminal ->