SSL Certificate Checker
Enter a domain and see the certificate the way a browser sees it: the expiry date, the issuer, the covered names and — the part that matters — whether the chain actually validates.
The request goes to our server, not to a third-party service — the site you check never sees you.
- Free
- Files never leave your device
- No sign-up
- No file limit
How to use
- Enter the domain name, for example example.com.
- Press «Check».
- Read the days remaining and the list of covered names.
Good to know
«Trusted» is a different question from «present»
A certificate can exist and still fail: expired, issued for a different name, or signed by an authority the browser does not carry. Each of these produces the same red warning for a visitor and each has a different fix. The check runs a real validation first and, if it fails, reports the reason in the certificate's own words.
Expiry is the failure that is always avoidable
Certificates now last ninety days or less, and automatic renewal breaks quietly: a changed DNS record, a moved webroot, an expired API token. Nothing tells you until the site goes red for everyone. Two weeks of remaining validity is the point where a renewal that has not happened stops being a scheduling detail and starts being a problem.
Frequently asked questions
Why does it say the certificate is not trusted when my browser is fine with it?
Usually because the server sends the leaf certificate without the intermediate one. Browsers often fetch the missing link or have it cached; other clients — mobile apps, curl, payment systems — do not, and they fail.
What is the list of covered names for?
A certificate is valid only for the names inside it. If example.com is listed but www.example.com is not, half your visitors get a warning.
Can I check a port other than 443?
Yes — mail and database servers have certificates too. The check works wherever a TLS handshake is expected.
Does the site being checked see me?
No. The handshake is made by our server, and your address is never passed on.
Related tools
- HTTP Header Checker Enter an address and see exactly what the server answers: the status code, every header, and ea…
- Ping Test Enter a domain name and find out whether it answers at all — and how quickly. The check runs fr…
- Port Checker Enter a domain and a port number and find out whether anything answers there from outside your…
- What Is My IP Address Your public IP address is what every website you visit sees. Here it is, along with everything…
- Internet Speed Test Press the button and the page measures three things: how fast data comes in, how fast it goes o…
- WHOIS Lookup Enter a domain and see what the registry knows about it: who registered it, when it expires, wh…
- DNS Lookup Enter a domain and see every record type in one answer — where the site points, who handles the…
- User Agent Parser Your own User-Agent is already in the box. Paste someone else's from a log and see what it real…