check_tls
Examine a domain's TLS setup: certificate validity, expiry, issuer, key strength, chain completeness, and accepted protocol versions. Identify why clients fail or which TLS versions are enabled.
Instructions
Inspect a domain's TLS configuration in detail: certificate validity and expiry, issuer, key strength, the full certificate chain including whether intermediates are missing, and which TLS protocol versions the server actually accepts. Use this for certificate problems, expiry checks, "which TLS versions are enabled", PCI DSS protocol questions, or when a site works in browsers but fails in curl or other clients.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to check, e.g. example.com. Do not include a scheme or path. |