At One Place

HTTP 523 — Origin Is Unreachable

HTTP 523
Origin Is Unreachable
Cloudflare cannot route to the origin server at all — as far as the network is concerned, it does not exist.

What 523 actually means

A Cloudflare code, not standard HTTP. It sits one layer below 521 and 522: the problem is not that the server refused or timed out, but that Cloudflare could not reach the address at all. The usual explanation is a DNS record pointing at an IP that is no longer yours, or that never was — after a server migration where the record was not updated, for example.

Common causes

  • The origin IP address in DNS is wrong, stale, or belongs to a decommissioned server
  • A server migration where the DNS record was not updated
  • BGP or routing problems between Cloudflare and the origin network
  • The origin host powered off or terminated
  • A CNAME chain resolving to something unroutable

If you're just trying to view the page

  1. Nothing you can do — the site's origin address is unreachable from Cloudflare
  2. Try again later, and report it to the site owner with the Ray ID

If it's your site

  1. Check that the A/AAAA record in Cloudflare's DNS matches the current origin IP address
  2. Confirm the origin host is running and has the IP you think it has
  3. Test routing to the origin from an external network with `mtr` or `traceroute`
  4. If you use a CNAME to another provider, verify that chain resolves to something routable

Reference

Status code
523
Reason phrase
Origin Is Unreachable
Category
5xx — Server Error
Cacheable by default
No

Common questions

What does HTTP 523 mean?
Cloudflare cannot route to the origin server at all — as far as the network is concerned, it does not exist. A Cloudflare code, not standard HTTP. It sits one layer below 521 and 522: the problem is not that the server refused or timed out, but that Cloudflare could not reach the address at all.
How do I fix a 523 error?
Nothing you can do — the site's origin address is unreachable from Cloudflare
Is 523 a client error or a server error?
523 is in the 5xx range, which means server error. The request was acceptable but the server could not fulfil it, so retrying later can succeed.

Related pages

Sources

  1. Hypertext Transfer Protocol (HTTP) Status Code Registry — IANA
  2. RFC 9110: HTTP Semantics — IETF

How these figures are compiled and checked