SSL/TLS Certificate Grader
Instantly test your SSL/TLS configuration. Get an A-F grade covering certificate validity, protocol versions, cipher suites, and more. No signup required.
Instantly test your SSL/TLS configuration. Get an A-F grade covering certificate validity, protocol versions, cipher suites, and more. No signup required.
An SSL checker (also called a TLS checker or SSL certificate checker) connects to your server over HTTPS the same way a browser does, then inspects the certificate and the encrypted handshake it negotiates. It reads the certificate chain, the protocol versions your server offers, the cipher it agrees on, and the security headers that harden the connection. From those signals it produces a single A to F grade so you can see at a glance whether the configuration is safe.
The check is passive and read only. It does not send attack traffic or attempt to break anything, so it is safe to run against any host you own. Use it as a fast TLS 1.3 test site: enter a domain and the result shows exactly which protocol versions, from the deprecated TLS 1.0 and 1.1 to the current TLS 1.2 and 1.3, your server will accept.
Certificate strength is one control among many. A free External Security Check shows how your TLS configuration maps to the Essential Eight, SOC 2, and ISO 27001 controls it touches, so you know which findings carry audit weight.
A TLS checker connects to a server over HTTPS and reports the certificate details, the TLS versions offered, and the cipher negotiated, then grades the configuration. It is the same as an SSL checker: TLS is the modern name for the protocol once called SSL.
Enter the domain above and read the Protocol Support panel. It lists TLS 1.0, 1.1, 1.2, and 1.3 with a clear supported or not supported status for each, so you can confirm TLS 1.3 in one test.
Enable TLS 1.2 and TLS 1.3 and disable TLS 1.0 and 1.1. TLS 1.3 is the current version with a faster handshake and stronger defaults. TLS 1.0 and 1.1 were deprecated in 2020.
Use a trusted certificate, offer only TLS 1.2 and 1.3, disable weak ciphers such as RC4 and 3DES, prefer ECDHE suites for forward secrecy, enable HSTS, and serve a complete certificate chain.
Check at least monthly, or set up continuous monitoring. Automated certificates such as Let's Encrypt expire every 90 days, and a failed renewal is a common cause of outages.