Fix: Cloudflare Too Many Redirects
Change SSL/TLS mode to Full or Full (strict)
Redirect loops on Cloudflare are almost always an SSL mode mismatch — Flexible mode with an origin that also redirects to HTTPS loops forever.
Frequently Asked Questions
What causes Cloudflare Too Many Redirects?
Redirect loops on Cloudflare are almost always an SSL mode mismatch — Flexible mode with an origin that also redirects to HTTPS loops forever.
How to fix Cloudflare Too Many Redirects?
Set SSL/TLS mode to Full (strict) if your origin serves HTTPS, and remove any HTTP→HTTPS redirect at the origin. Flexible + origin HTTPS redirect creates an infinite loop.
Example fix from Kintify Fix
Input: ERR_TOO_MANY_REDIRECTS after enabling Cloudflare
Output: Set SSL/TLS mode to Full (strict) if your origin serves HTTPS, and remove any HTTP→HTTPS redirect at the origin. Flexible + origin HTTPS redirect creates an infinite loop.
Used by developers debugging real production systems