Website only accessible when using "Development Mode"

What is the name of the domain?

fus.cam

What is the error number?

522

What is the issue you’re encountering

Most http requests are not responding when using cloudflare as proxy, turning on “Development Mode” solves problem.

What steps have you taken to resolve the issue?

If I turn off Cloudflare proxy (DNS only mode) or turn on “Development Mode” my sites load normally.

What are the steps to reproduce the issue?

Access website fus.cam, some resource requests don’t respond and eventually 522 timeout error

Screenshot of the error

스크린샷 2024-08-30 063032.png

Error 522 occurs when Cloudflare times out contacting the origin web server. Two different timeouts cause HTTP error 522 depending on when they occur between Cloudflare and the origin web server:

  1. Before a connection is established, the origin web server does not return a SYN+ACK to Cloudflare within 15 seconds of Cloudflare sending a SYN.
  2. After a connection is established, the origin web server doesn’t acknowledge (ACK) Cloudflare’s resource request within 90 seconds.

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