5235xx Server ErrorCritical
HTTP 523 Origin Is Unreachable
Defined in Cloudflare
What Does HTTP 523 Mean?
Cloudflare could not reach the origin server, typically due to DNS resolution failure or the origin being offline.
Common Causes
- 1DNS records in Cloudflare pointing to invalid IP
- 2Origin server completely offline
- 3Origin IP address has changed
- 4Network path to origin is broken
Impact
- ⚠Website completely unavailable
- ⚠Cloudflare error page displayed
Ad Space – header
Developer Fix
For web developers and application engineers
- 1Verify DNS records in Cloudflare dashboard are correct
- 2Check origin server is online and reachable
- 3Update DNS if origin IP has changed
Server Admin Fix
For system administrators and DevOps engineers
- 1Verify and update Cloudflare DNS A/AAAA records
- 2Ensure origin server is online and accessible
- 3Check for ISP or hosting provider outages
- 4Verify origin IP hasn't changed
Ad Space – after-fix
Frequently Asked Questions
How is 523 different from 522?
522 means Cloudflare can reach the IP but the connection times out. 523 means Cloudflare can't reach the origin at all — the IP is invalid, unreachable, or the server is completely offline.
How do I fix a 523?
Log into Cloudflare, check your DNS records, and verify the origin IP address is correct and the server is online. If your hosting provider changed your IP, update it in Cloudflare.
Related HTTP Status Codes
About the Author
Web Infrastructure Team
Verified against official RFC specifications and real-world server configurations. HTTP status code behavior confirmed across Apache, Nginx, and Cloudflare.