ERR_TOO_MANY_REDIRECTS but only god knows why

  • What’s your URL? www.iiahmed.dev

  • What version of Ghost are you using? idk i just downloaded it lol

  • What configuration? default

  • What browser? firefox

  • What steps could someone else take to reproduce the issue you’re having? Just enter the site…???

god i don’t like these questions… anyways

yes I have been suffering from the ERR_TOO_MANY_REDIRECTS for a while and i need help. i looked into the forums and people had missing parts of the config like the
proxy_set_header X-Forwarded-Proto $scheme;
part but I have it in my nginx config :frowning:

Show your Ghost log and Nginx related logs.

ghost log

sudo tail -f -n 50 /var/log/nginx/{sitename}-error.log

1 Like


My Ghost logs seem not very normal

however i couldn’t file an errors file under my site name (checked with the ls command)

It looks like part of the issue here is your Cloudflare setup. Did you make any changes to Cloudflare recently?

1 Like

i only made the A record thing. nothing else

Can you share your URL? If you’re using cloudflare, make sure the encryption mode is set to strict (full) or strict (CF docs)

2 Likes

It’s https://www.iiahmed.dev and i just set the SSL settings from Fixable to Strict hopefully that helps out

the site seems to be finally working. however im now suffering from
ERR_CONNECTION_TIMED_OUT which is even more annoying. it sometimes works just fine, sometimes just not

Your site works for me right now :slight_smile:

1 Like

Oh yeah i just fixed it on my side after i modified my dns. thank you so much!