SSL certificate
SSL Certificate Checker
Verify SSL/TLS certificates for domains, check validity dates, and inspect certificate details.
Certificate details
Subject
—
Issuer
—
Valid From
—
Valid To
—
Serial Number
—
Signature Algorithm
—
Public Key Algorithm
—
Public Key Length
—
TLS Connection
TLS Version
Cipher Suite
—
Subject Alternative Names (SAN)
—
Raw response (JSON)
How it works
SSL certificates enable encrypted HTTPS connections between browsers and servers. This tool connects to the target server, retrieves the certificate, and validates it against current time and trusted root authorities.
- Performs a real TLS handshake to retrieve certificate details.
- Checks validity dates (not before / not after) against current time.
- Extracts SANs, issuer, public key info, and signature algorithm.
Quick examples
Click "Sample" to load example.com, or try the badssl.com test domains above.
Mini FAQ
What is a SAN?
Subject Alternative Names list all domains the certificate is valid for. Modern certificates use SANs instead of Common Name.
Why check port 8443?
Some servers use alternate HTTPS ports. Enter any port number to check certificates on non-standard ports.
What makes a certificate "invalid"?
Self-signed certs, name mismatches, untrusted issuers, or missing intermediate chains can all cause invalid status.