ssl_check
Verify a domain's SSL/TLS certificate: retrieve the full chain, check expiration, issuer, subject, SANs, protocol, and cipher. Detect expired or misconfigured certificates.
Instructions
Connect to {domain}:{port} over TLS and return the leaf certificate + full chain: subject, issuer, validity dates, days remaining, fingerprint (SHA-256), subject alternative names, signature algorithm, negotiated protocol and cipher. Useful for verifying a domain has HTTPS, the cert is not expired, and the chain is properly configured. SSRF-protected: refuses private/loopback/link-local/cloud-metadata IPs. 5s connect timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | ||
| domain | Yes | Hostname only (no scheme/path). e.g. example.com |