PatchPingsAI-Powered
FeaturesMonitoringHow it worksFAQ
Download free

We use cookies

We use essential cookies to run this site and optional analytics cookies to understand how visitors use it. You can accept or decline non-essential cookies. Cookie Policy

PatchPings

Secure. Monitor. Fix.

AI-powered website monitoring & audits

Product

  • Features
  • Monitoring
  • Scan types
  • How it works
  • FAQ
  • Pricing
  • Download

Company

  • About
  • Knowledge Base
  • Privacy Policy
  • Cookie Policy
  • Terms of Service
  • Acceptable Use Policy
  • Account Deletion
  • Contact

Download

GET IT ONGoogle Play
PrivacyCookiesTermsAcceptable useDelete accountContact

© 2026 PatchPings by CodenVibe IT LLC. All rights reserved.

PatchPings

Secure. Monitor. Fix.

AI-powered website monitoring & audits

Download

GET IT ONGoogle Play

Product

  • Features
  • Monitoring
  • Scan types
  • How it works
  • FAQ
  • Pricing
  • Download

Company

  • About
  • Knowledge Base
  • Privacy Policy
  • Cookie Policy
  • Terms of Service
  • Acceptable Use Policy
  • Account Deletion
  • Contact

© 2026 PatchPings by CodenVibe IT LLC. All rights reserved.

PrivacyCookiesTermsAcceptable useDelete accountContact
PatchPings

Secure. Monitor. Fix.

AI-powered website monitoring & audits

Product

  • Features
  • Monitoring
  • Scan types
  • How it works
  • FAQ
  • Pricing
  • Download

Resources

  • Knowledge Base

Company

  • About
  • Privacy Policy
  • Cookie Policy
  • Terms of Service
  • Acceptable Use Policy
  • Account Deletion
  • Contact

Download

  • GET IT ONGoogle Play

© 2026 PatchPings by CodenVibe IT LLC. All rights reserved.

PrivacyCookiesTermsAcceptable useDelete accountContact
Knowledge Base
Security 8 min readJun 14, 2026

How to Get an SSL Grade A+

An actionable checklist for TLS 1.3, strong ciphers, complete chains and HSTS — the concrete steps between a passing grade and A+.

The PatchPings Team
How to Get an SSL Grade A+

An A grade means your certificate works. An A+ means you have eliminated the legacy protocols, weak ciphers and missing headers that attackers still exploit on otherwise 'secure' sites. This checklist is the shortest path from a passing SSL scan to a top grade — in the order that fixes the most points first.

The A+ requirements in order

  1. 1Install the full certificate chain including intermediates — incomplete chains are the fastest way to lose trust on older clients.
  2. 2Disable TLS 1.0, 1.1 and SSL entirely; enable TLS 1.2 as fallback and TLS 1.3 as preferred.
  3. 3Remove weak cipher suites (RC4, 3DES, export ciphers) and prefer forward-secret ECDHE groups.
  4. 4Redirect all HTTP to HTTPS with a single permanent 301 to your canonical hostname.
  5. 5Send HSTS with max-age of at least one year; add includeSubDomains only when every subdomain is ready.
Nginx: modern TLS onlycode
ssl_protocols TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers off;
ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384;

The mistakes that cap you at A

  • Missing intermediate certificate — some browsers trust you, graders and mobile clients do not.
  • TLS 1.0 or 1.1 still enabled — one legacy protocol keeps the grade below A+.
  • No HSTS — encryption works but downgrade attacks remain possible on first visit.
  • Mixed content on HTTPS pages — breaks the padlock and undermines the whole setup.
Grade on the live site

Always test the hostname your visitors actually use — www and apex are separate grades if certificates or chains differ.

Verify after every change

Run an SSL/TLS scan after each deploy. PatchPings reports protocol versions, cipher strength, chain validity, HSTS presence and expiry date in one grade — with AI-generated fixes when something drifts. Pair scanning with certificate expiry monitoring so a renewal never silently downgrades your configuration.

A+ is not cryptography expertise; it is turning off the old, turning on the new, and proving the chain is complete. Work through the checklist, rescan until the grade sticks, and download PatchPings to keep watching the score over time.

#SSL#TLS#HTTPS#Grading

Keep reading

What Are HTTP Security Headers? A Complete 2026 Guide
Security

What Are HTTP Security Headers? A Complete 2026 Guide

9 min read
SSL/TLS Explained: How to Get an A+ Certificate Grade
Security

SSL/TLS Explained: How to Get an A+ Certificate Grade

8 min read
Clickjacking, XSS and CSRF: The Web Attacks You Can Stop Today
Security

Clickjacking, XSS and CSRF: The Web Attacks You Can Stop Today

10 min read
PatchPings

Start scanning. It’s free.

Download PatchPings and run your first full security scan in under a minute. No credit card, no catch.

GET IT ONGoogle Play

Free for all signed-in users · Guest mode available · v1.0.0