IP resolution after changing NS servers in registrar to Cloudflare
Hello, I got a question. After changing NS servers in registrar to Cloudflare, IP address of my http server is being resolved wrongly. A host record is correct on Cloudflare but despite of it when I try to ping my webpage by name I got wrong IP. Doeasa anybody have ide what is missing?
6 Replies
The whole idea of moving your zone to Cloudflare is to use the Cloudflare proxy in front of your HTTP servers, so Cloudflare does that for you with rerouting your DNS names to their proxies (you can disable this, but then Cloudflare is just a fancy DNS manager)
You mean that disabling proxy option should fix it?
Do you need to have the same IP? When proxied, assuming your origin is HTTP, it should work, even if it presents with a different IP
I don't need specific IP, the problem is that the webpage is not opening
What's the error you see?
Thanks for that question 🙂 the error was ERR_TOO_MANY_REDIRECTS, and accoridng to documenation I should change SSL configuration from flex to strict, and I did, and it works 🙂