Time out and too many redirects - SSL

I’m doing a redirect A to a IP on the port 80 that need to be proxied. The problem is that I have to change the ssl to flexibe to access this redirect or I get time out error but when I do this my main website stop working (too many redirects). How can I solve it?

Flexible tends to be a bad idea for a number of reasons, including the apparent security (from a user perspective) while the connection is actually running unencrypted, but also because of redirect loops.

You might see if you can use a page rule for just the specific request that you need mapped to port 80, then the rest of the site can remain in Full (or better, Full (Strict)).

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.