Github pages redirect

Hello, Im trying to add a custom domain to my github pages website im using the cname rule shown in the picture. The problem is that it gets stuck in a redirect loop, now I tried setting the TTL to 1m and it worked. Is it bad if you turn the proxy status off?
2 Replies
Chaika
Chaika6mo ago
You wouldn't benefit from Cloudflare's caching/waf/protection, couldn't use Page Rules, etc, The likely issue is your SSL/TLS Mode is set to Flexible resulting in the redirect loop. under SSL/TLS -> Overview, change it to Full (Strict) magic link: https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls
Tuinboon
Tuinboon6mo ago
Thank you very much