What CertGrade is

A free, open-source TLS and web-security scanner. Enter a domain, get a one-page report covering certificates, TLS protocols and ciphers, modern protocol features, HTTP security headers, cookies, DNS-side records (CAA, DNSSEC, SPF, DMARC, MTA-STS, DANE), hosting location, and more. Two letter grades summarize the picture: one for TLS, one for headers.

The closest comparisons are SSL Labs and securityheaders.com — CertGrade aims for parity with both in one report, plus a few sections neither has (hosting jurisdiction, multi-vantage DNS, CT-derived subdomain discovery, RDAP).

Security is full of tradeoffs

This is the design principle most security scanners get wrong: every configuration choice is a tradeoff, and reducing it to a red/green flag treats operators like they're either careless or ignorant. Most of the time they're neither — they're balancing compatibility, operational risk, cost, and exposure against the same threat model the scanner is checking.

A few real examples from this report:

CertGrade flags the findings, but every "How to fix" panel includes a Why this configuration sometimes exists note describing the legitimate reasons an operator might have made the choice you're looking at. Read it before assuming the site you're scanning is "broken."

What it's for

Three audiences in mind:

How it works

Every scan runs from scratch — no caching, no permalinks, no user accounts. The report streams progressively so you don't wait 30 seconds staring at a blank page; sections fill in as their underlying scans complete. Geolocation data comes from MaxMind GeoLite2 and ipinfo.io; Certificate Transparency history is mined from crt.sh.

What it isn't

Learn

Plain-English walk-throughs of the concepts behind each section live at /learn. First article up: How DNS actually works — what happens between typing a URL and getting a response, plus Traffic Manager / GSLB and anycast.

Contact

Built by @vlad610.