tls_inspect
Inspect a public host's TLS certificate: subject, issuer, validity, SANs, protocol, cipher, chain verification, and SHA-256 fingerprint. Blocks private/reserved IPs for security.
Instructions
Connect to a public host and report the TLS certificate it actually serves: subject, issuer, validity window and days left, SANs, protocol and cipher, whether the chain verifies, and the SHA-256 fingerprint. Any port (default 443). Accepts a URL. Refuses hosts that resolve to private or reserved addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname, host:port, or a URL. | |
| port | No | Port (default 443, or taken from host:port / the URL). |