523 Origin Is Unreachable

Cloudflare could not reach the origin at all, usually a DNS or routing failure.

Status

HTTP/1.1 523 Origin Is Unreachable

Details

523 means the origin address could not be reached: the DNS record points at an address with no route, the host is gone, or an intervening network is dropping traffic entirely.

It differs from 521 and 522 in that the problem is finding the origin rather than connecting to a known one.

Common causes

How to fix it

As the client

As the server

Examples

GET / HTTP/1.1
Host: www.example.com

HTTP/1.1 523
Server: cloudflare

See also