Skip to main content

SSL Issues

Expired SSL Certificate
  • Browser blocks HTTPS due to expired certificate.

Fix: Renew certificate and confirm installation.

Misconfigured SSL
  • Redirect loop (for example ERR_TOO_MANY_REDIRECTS) or mixed content warnings because some page assets still load over http://.

Fix: Keep one correct HTTPS redirect and ensure all assets (images, scripts, styles) load over https://.

Certificate Name Mismatch
  • Certificate was issued for a different domain or does not include the required hostname variant (for example www and non-www).

Fix: Issue the certificate for the correct domain and all required hostname variants.

DNS Issues Affecting SSL
  • Domain not pointing correctly prevents SSL verification.

Fix: Correct DNS A/CNAME records and retry SSL issuance.