SSL certificate probeai功能在哪下载

Inspect a domain's TLS certificate and handshake: expiry, chain validation, SANs, issuer, the supported TLS-version matrix, OCSP status and a graded summary.百度ai app

Unlike the probes, this is a synchronous石头扫地机器人官网 GET — the response is returned directly, no task polling.

Endpoint豆包下载安装

GETai人工智能免费
/v1/info/ssl?q={domain}
  • Base URLai下载官方版安装https://api-prod.idcd.com/v1
  • Auth百度ai appAuthorization: Bearer sk_live_...
ParameterTypeRequiredDefaultDescription
qstring
requiredai人工智能对话
Domain to inspect (query string). Connects on port 443.

Responseai人工智能免费

FieldTypeDescription
domainstringThe inspected domain.
validbooleanChain verified to a trusted root. False for expired / self-signed / SAN-mismatch (cert details still returned).
verify_errorstringx509 verification error when valid is false.
issuerstringCertificate issuer.
subjectstringCertificate subject.
not_before / not_afterstringValidity window.
days_until_expirynumberDays until not_after.
san_domainsstring[]Subject Alternative Names.
protocolstringNegotiated TLS version string.
chainCertSummary[]Full chain, leaf first: subject, issuer, not_before/after, signature_algorithm, public_key_algorithm, public_key_bits, serial_number, fingerprint_sha256, is_ca.
tls_versionsobject[]TLS 1.0–1.3 support matrix: { version, supported }.
cipher_suitestringNegotiated cipher suite name.
ocsp_statusstringgood / revoked / unknown / no_ocsp_url / blocked / unchecked.
sct_countnumberEmbedded Certificate-Transparency SCTs (RFC 6962).
warningsobject[]Graded findings: { severity, code, message }.
gradestringQuick summary grade: A / B / F.

Exampleai是人工智能吗

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":[...]}}

SSL online tool

Inspect a certificate in the browser — no API key required.ai下载官方版安装