ERR_TOO_MANY_REDIRECTS (Chrome) / "Too many redirects" (Firefox) — browser stopped following redirects after 10+ hops. Causes: server block A redirects to HTTPS, server block B (HTTPS) redirects back to HTTP due to wrong detection. Or WordPress + Cloudflare Flexible SSL. Fix: find loop origin via curl -ILk.
This error blocks HTTPS access. Below: causes, fixes, working config, FAQ.
curl -ILk https://example.com — see chain and loop pointSSL/TLS is the encryption protocol that protects data between the browser and server. Our tool analyzes the certificate, chain of trust, TLS version, and knownvulnerabilities.
Issuer, validity period, signature algorithm, covered domains (SAN), and validation type (DV/OV/EV).
Full chain verification: from leaf certificate through intermediates to root CA.
Protocol version (TLS 1.2/1.3), cipher suites, Perfect Forward Secrecy (PFS) support.
Set up a monitor — get Telegram and email alerts 30/14/7 days before expiration.
SSL certificate monitoring
TLS config audit
HTTPS as ranking factor
customer trust
www and subdomains.Strict-Transport-Security header forces browsers to always use HTTPS.SSL certificate monitoring, check history and alerts 30 days before expiry.
Sign up freeChrome: 20. Firefox: 20. Then block. Curl default: 50.
<a href="/en/redirects">Enterno Redirects Checker</a> shows the chain + codes + timing. Or <code>curl -IL -w "redirects: %{num_redirects}\n" https://example.com</code>.
Flexible: Edge↔User = HTTPS, Origin↔Edge = HTTP. Flexible + HTTPS redirect in PHP = loop. Full: both HTTPS — no loop.
If yes, the domain is HTTPS-only forever. HTTP redirect won't help. Fix only on the HTTPS side with the right target.