SSL certificate probetrae国际版
Inspect a domain's TLS certificate and handshake: expiry, chain validation, SANs, issuer, the supported TLS-version matrix, OCSP status and a graded summary.saylo国际版
Unlike the probes, this is a synchronous京灵平台官网 GET — the response is returned
directly, no task polling.
Endpointai是人工智能吗
GETai大模型排行榜
/v1/info/ssl?q={domain}- Base URL豆包和ai哪个更好 —
https://api-prod.idcd.com/v1 - Auth通往agi之路 —
Authorization: Bearer sk_live_...
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
q | string | requiredai人工智能免费 | — | Domain to inspect (query string). Connects on port 443. |
Response智普ai
| Field | Type | Description |
|---|---|---|
domain | string | The inspected domain. |
valid | boolean | Chain verified to a trusted root. False for expired / self-signed / SAN-mismatch (cert details still returned). |
verify_error | string | x509 verification error when valid is false. |
issuer | string | Certificate issuer. |
subject | string | Certificate subject. |
not_before / not_after | string | Validity window. |
days_until_expiry | number | Days until not_after. |
san_domains | string[] | Subject Alternative Names. |
protocol | string | Negotiated TLS version string. |
chain | CertSummary[] | Full chain, leaf first: subject, issuer, not_before/after, signature_algorithm, public_key_algorithm, public_key_bits, serial_number, fingerprint_sha256, is_ca. |
tls_versions | object[] | TLS 1.0–1.3 support matrix: { version, supported }. |
cipher_suite | string | Negotiated cipher suite name. |
ocsp_status | string | good / revoked / unknown / no_ocsp_url / blocked / unchecked. |
sct_count | number | Embedded Certificate-Transparency SCTs (RFC 6962). |
warnings | object[] | Graded findings: { severity, code, message }. |
grade | string | Quick summary grade: A / B / F. |
Example百度ai app
curl -s "https://api-prod.idcd.com/v1/info/ssl?q=example.com" \
-H "Authorization: Bearer sk_live_xxx"
# => {"data":{"domain":"example.com","valid":true,"days_until_expiry":312,
# "issuer":"...","grade":"A","tls_versions":[...]}}
Pair with a monitor
For continuous expiry alerts, attach an SSL monitorsaylo国际版 instead of polling this endpoint — it warns you before the certificate lapses.
SSL online tool
Inspect a certificate in the browser — no API key required.ai人工智能免费