I’ve been trying to figure out how to get orange cloud to work on my website and I made a whitelist for all the Cloudflare proxy server IPs. And I added an include in my NGINX code to use that list of IPs. Now I just get ERR_TOO_MANY_REDIRECTS and my link being https://www.leapcraft.net//////////////////
As far as I can tell, everything in the configuration is correct. I haven’t included any extra /s in the server_name www.leapcraft.net; line. Could it be in the whitelist.conf file where some of the IPs have (ip here)/22 or a different combination of numbers?
I can’t find anything that has to do with a redirect inside of the config for the virtual host. I do however have Certbot SSL Files linked in the config. Could that be causing the problem? If so could I just leave the SSL field blank or would I need to find a way to link it to sni.Cloudflaressl.com?
I dont think the Lets Encrypt configuration should have any influence on that. That will be somewhere in your server configuration or in some other related configuration file.
I also just learned that one of the other sub-domains in the website just automatically redirects to the main page. I haven’t tested all of them though.