HALOWERK: Read the TLS certificate chain of a host: every certificate with its names, vali
tls_chainCheck the TLS certificate chain of any host: view certificate details, expiry warnings, hostname coverage, weak algorithms, and missing intermediates. Identify problems before they cause failures.
Instructions
Read the TLS certificate chain of a host: every certificate with its names, validity, key type and signature, plus expiry warnings and whether the hostname is actually covered.
Kostenpflichtig: 0.002 USDC je Aufruf. Bezahlt per x402 auf Base, ohne Konto. Hoechstens 0.002 USDC je Aufruf.
Opens a TLS connection and reports the chain the server presents. Per certificate: subject and issuer, validity window with days remaining, serial, SHA-256 fingerprint, key type and size, and the subject alternative names. Above that it answers the questions a monitor asks: is the requested hostname covered by the leaf certificate including wildcard rules, how many days until the nearest expiry, is any certificate self-signed or signed with a weak algorithm, does the server send its intermediates or leave the client to find them — a chain that validates in a browser can still fail in a language runtime that does not fetch missing intermediates. The negotiated protocol version and cipher are reported. It connects to the host itself, so there is no third-party dependency and no rate limit. Preis 0.002 USDC je Aufruf, Abrechnung über x402.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Hostname or https URL, e.g. example.com. | |
| port | No | TLS port. | |
| warn_days | No | Warn when a certificate expires within this many days. | |
| servername | No | SNI name if it differs from host. |