Suddenly anything proxied by cloudflare stopped working on my domain. I have multiple domains on cloudflare and suddenly, my zero trust tunnel and cloudflare dns proxy have stopped working. Anytime I try to load a website it just loads forever and the connection times out. No cloudflare error page or anything. When I disable the proxy on the DNS, it loads fine. This only happens with one domain (even though the rest are also pointing to the same origin server).
What steps have you taken to resolve the issue?
I’ve tried changing all of the SSL/TLS modes and reinstalling the cloudflare tunnel.
What feature, service or problem is this related to?
If you’ve modfieied some part of the code in them, consider clearing cache at Cloudflare:
Do you have SSL on the origin or not? If not, then you’ve got two options to fix this:
Make sure you’ve enabled noTLSVerify option for your public hostname on your configured cloudflared tunne and that your Website is bound to port 443 and “working” even with invalid SSL certificate over HTTPS at your local machine (not the best case)
Generate and install Cloudflare Origin CA certificate onto your Nginx web server on the local machine → Origin CA certificates · Cloudflare SSL/TLS docs (recommended to solve your issues with errors you’re experiencing and to have end-to-end encryption)