Suddenly, all cloudflare proxies for a single domain stopped working

What is the name of the domain?

drewh.net

What is the error number?

N/A

What is the error message?

N/A

What is the issue you’re encountering

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?

I don’t know

The site loads for me. Do you still experience this problem?

If so, can you check if you also experience the problem from other devices and other internet connections?

You’ve got some errors in the console :thinking:

CSS files are cached as well:
slika

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:

  1. 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)

  1. 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)

Nevertheless, go here https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/configuration. Select Custom and not automatic. Reference, Introducing Automatic SSL/TLS: securing and simplifying origin connectivity. Double-check your SSL/TLS setting to make sure it’s set to Full (Strict).

1 Like

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