Issued to
- Common name
- trusteed.io
- Organization
- —
- Subject alternative names
- trusteed.io
Overall: warning
The chain builds cleanly to a trusted root and the hostname matches, so browsers will connect without complaint. Three checks came back unconfirmed or unconfigured, and none of them can be proven safe from outside.
Nothing is actively broken.
Unconfirmed or unconfigured.
Verified good.
Out of scope for this scan.
Identity
Needs attention
None of them break TLS today — each one weakens it.
Unable to confirm OCSP stapling — the server did not return a stapled revocation response during the handshake.
Without stapling, each client has to ask the CA whether your certificate is still valid. That adds latency on first connection, and if the CA responder is unreachable some clients hard-fail the connection while others silently skip revocation checking entirely.
Enable stapling at the terminating server or CDN and confirm it responds after a reload. Note that this certificate has no OCSP endpoint at all, so stapling only becomes possible if you move to an issuer that publishes one.
ssl_stapling on; ssl_stapling_verify on;Unable to confirm — no heartbeat response was received. This may mean a safe server, a disabled heartbeat, filtering or a timeout; a pass is not asserted.
A silent server and a patched server look identical from outside. We refuse to record an unverified check as passed, because a false all-clear on Heartbleed is worse than no answer at all.
Confirm locally which OpenSSL build the host runs. Anything at 1.0.1g or later, or any modern 3.x branch, is not affected — record that once and the check stops being ambiguous.
openssl version -aNot configured — no TLSA record is published for this domain, so DANE validation is unavailable.
TLSA lets a client pin the expected certificate through DNSSEC, which defeats a mis-issued certificate from any other CA. It is optional for web traffic but increasingly expected for mail and for high-assurance APIs.
Publish a TLSA record for _443._tcp under a DNSSEC-signed zone, then rotate it as part of the renewal process — a stale TLSA record breaks connections harder than a missing one.
_443._tcp.trusteed.io. IN TLSA 3 1 1 <sha256>Path to a root
Every link a client has to verify, from your server up to a root it already trusts.
Issuer YE1Valid Aug 27, 2026 → Nov 25, 2026
Issuer Root YEValid Sep 2, 2025 → Sep 2, 2028
Issuer ISRG Root X2Valid May 12, 2026 → Sep 2, 2032
Issuer ISRG Root X1Valid May 12, 2026 → Sep 2, 2032
Add trusteed.io to monitoring and we re-run these 11 checks weekly, alert on chain or protocol changes, and warn you 30, 14 and 3 days before expiry.
Results reflect one TLS handshake and one HTTP HEAD request from a single vantage point. Checks marked “unable to confirm” are not passes — a filtered probe and a patched server look identical from outside.