From various browsers and from different networks, our webpage says:
Website not workinig - ERR_TOO_MANY_REDIRECTS
May I ask which of the suggested steps for troubleshooting have you tried already from the article below?
Before moving to Cloudflare, was your Website working over HTTPS connection?
May I ask what SSL option have you got selected under the SSL/TLS tab at Cloudflare dashboard for your domain ( Flexible, Full, Full Strict … )?
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
@tsourato the error you are now seeing is directly from your origin server, that is the server at your hosting provider.
To identify your hosting provider,
- Go to your DNS records and look for the
A
record that has the same name as your site. Copy the Content of that record. It will be a number expressed like123.123.123.123
. Go here to see those records, https://dash.cloudflare.com/?to=/:account/:zone/dns - Go to IP WHOIS Lookup and enter that value from above. The results returned will tell you the organization to which that IP belongs.
- Contact that organization and ask them about how you can access your origin server and to verify the IP address (the Content of the
A
record) is correct.
Post bak and let us know how it’s working out.