My wordrpess site on linode Redirect error

My SSL Site is configure with cloudflare and i Added DNS Record of my linode hosting. Cloudflare working well but there is redirect error come from linode. What is the solution
This page isn’t working www.my1004mart.com redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS

2 Replies

I did some research into this error and why you might be getting it while using Cloudflare and I found it being discussed on Cloudflare's user forums.

A solution was presented, which was verified to work by the user experiencing the 'Too Many Redirects' error:

Have you tried setting SSL to Full? Flexible tells Cloudflare to use HTTP, but your server redirects to HTTPS, which isn’t going to happen with the Flexible setting.

https://community.cloudflare.com/t/cannot-access-my-site-err-too-many-redirects/10992

I also wanted to include some information from Cloudflare's page on SSL options where it gives the definitions behind the "Full" and "Flexible" settings.

Flexible SSL: A Secure connection between your visitor and Cloudflare, but no secure connection between Cloudflare and your web server. You don't need to have an SSL certificate on your web server, but your visitors still see the site as being HTTPS enabled. This option is not recommended if you have any sensitive information on your website. This setting will only work for port 443->80, not for the other ports we support like 2053. It should only be used as a last resort if you are not able to setup SSL on your own web server. Be aware it can cause issues when you decide to switch away from it.

Full SSL: A secure connection between your visitor and Cloudflare, plus a secure connection (but not authenticated) between Cloudflare and your web server. You will need to have your server configured to answer HTTPS connections, with at least a self-signed certificate.

https://support.cloudflare.com/hc/en-us/articles/200170416-What-do-the-SSL-options-mean-

Hi There

The error you are receiving may be due to cached files, as it loads properly in my browser.

You can also check the status of your redirects just to be sure. It appears the ssl portion is setup properly according to httpstatus.io.

The first step in figuring out this error is clearing cookies for the website, CloudFlare cache and browser cache so that you aren’t working with cached versions of the site. Also make sure you clear the cache, if any, for Wordpress.

Here's how to flush the cache for Wordpress.

Nestify's blog helps explain these errors in detail.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct