TLS Certificate Inspector
A note on scope
Only TLS 1.2-style handshakes are attempted (a small, broadly-supported cipher suite list is offered) — servers that require TLS 1.3-only will reject the connection with a protocol_version alert, which is reported as an error rather than silently failing. For safety, connections to localhost and private/loopback/link-local IP ranges are blocked, and the handshake stops the moment the certificate is received — no application data is ever exchanged, and no certificate is trusted or validated against a CA root here (that's what your actual browser already does when it visits the site normally). Sites proxied through Cloudflare itself (including this one) can't be inspected — the platform this tool runs on blocks raw outbound socket connections back into its own edge network, a restriction outside this tool's control; you'll see a connection error for those rather than a certificate. See also the DNS Inspector for CAA records (which restrict which CAs can issue for a domain), and the Hash Generator if you want to compute a fingerprint of your own file to compare.