Cloudflare Edge Errors

Cloudflare 523 Origin Is Unreachable

523
HighProxy

Origin Is Unreachable — Cloudflare cannot locate a network path to the origin IP

What 523 Means

The 523 error on the Cloudflare Edge Errors indicates origin is unreachable — cloudflare cannot locate a network path to the origin ip. This typically occurs due to incorrect ip address listed in the cloudflare dns dashboard.

A 523 means the edge network does not have a usable route to the origin IP defined for the site. The request fails before normal origin communication begins, so the problem sits closer to DNS target accuracy or upstream routing than to application behavior.

Technical Background

A 523 is a reachability problem, not a response-quality problem. The edge is not parsing headers, waiting on app output, or evaluating one broken page. It is failing earlier because the destination IP cannot be reached through the expected network path.

That is why 523 differs from nearby 52x codes. A 520 means the origin answered badly. A 521 means the origin refused or did not accept the connection. A 522 means the handshake stalled. A 523 points to the target IP or route itself being unreachable from the network.

On live sites, 523 often appears after DNS target changes, provider moves, null routes, or larger provider-side routing events. It usually behaves as a hostname-level or sitewide pattern rather than a single-page content failure.

Common Causes

  • Incorrect IP address listed in the Cloudflare DNS dashboard
  • Origin internet service provider is experiencing a massive outage
  • The hosting provider null-routed the origin IP due to an attack
  • Routing failures across the backbone internet providers

Typical Scenarios

  • A website owner changes hosting providers but forgets to update the IP address inside the proxy
  • A data center provider suffers a fundamental internet backbone disconnection
  • An attack causes a host to blackhole an IP, breaking all routing maps globally

What to Know

A 523 usually means the edge knows which hostname was requested but cannot reach the configured origin IP across the network. When many URLs on the same hostname return 523 together, the pattern fits routing or DNS target problems more than application instability. It is less about one broken page and more about whether the destination network path exists at all.

Frequently Asked Questions

Common questions about Cloudflare 523 error

It says the origin IP cannot be reached from the network path Cloudflare is using. The failure happens before normal application response handling can even start.

A 521 usually means the route exists but the origin service is refusing or not accepting the connection. A 523 means the edge cannot get a usable route to the origin IP at all.

It usually behaves more like a hostname-level reachability problem than a one-page bug. When multiple URLs fail together, 523 fits routing or DNS target issues better than content-level problems.