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 overhttp://.
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
wwwand 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.