OVH domain, Cloudflare and WordPress service - ERR_TOO_MANY_REDIRECTS
I tried to do everything described in the documentation, but I got stuck with the ERR_TOO_MANY_REDIRECTS error. Can anyone help me and tell me how to set up a domain?
6 Replies
Project ID:
N/A
Make sure your SSL/TLS mode is set to full
It is.
mind sending your domain?
kamilrusiecki.pl
Project ID: 17200d93-c0ce-4cc4-a8d4-ae6b0475eb60
Noone? 🙂
wordpress could also be sending a redirect, likely because it doesn't think it's being accessed over https when it is, because it's behind a proxy.
look into ways of getting wordpress to trust the proxy headers like this
X-Forwarded-Proto
(will always be https on railway) so that wordpress knows it's being accessed over https and then won't bother sending a redirect.
or find a way to disable http to https redirects because railway will always do that for you.