SSL guide

How to Troubleshoot SSL Certificate Errors

Use hostname, expiry, issuer, SAN, and certificate chain checks to narrow down HTTPS problems.

Start with the exact hostname

SSL certificates are matched against the hostname in the browser address bar. A certificate that works for example.com may not work for www.example.com, app.example.com, or an older staging hostname unless those names are included in the certificate subject alternative names.

Common causes

What to check first

Check the issuer, subject alternative names, valid-from date, valid-until date, and whether the chain is trusted. If only some users see the problem, compare locations, devices, and networks. A corporate proxy, mobile carrier, or regional CDN edge can change the certificate path.

When to escalate

If the certificate is correct but browsers still warn, ask your host or CDN provider to verify the server-side chain and SNI configuration. Include the hostname, time of the test, and a screenshot or copied certificate details without sharing private keys.

Run a quick check with the SSL Certificate Checker, then compare with your hosting or CDN dashboard before changing production settings.