530 Site Is Frozen / Cloudflare Error

Cloudflare pairs 530 with a specific 1xxx error code, and some platforms use it for a site frozen by the provider.

Status

HTTP/1.1 530 Site Is Frozen / Cloudflare Error

Details

Cloudflare pairs 530 with an internal error number in the 1xxx range, and that number carries the real meaning. Error 1016 is an origin DNS failure, 1020 is a firewall rule block, and so on. The 530 by itself tells you almost nothing: read the body.

Separately, some hosting platforms use 530 to mean a site has been frozen, typically for non-payment or a terms violation.

Common causes

How to fix it

As the client

As the server

Examples

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

HTTP/1.1 530
Server: cloudflare

error code: 1020

Notes for proxy users

Cloudflare error 1020 behind a 530 is a firewall block on the requesting address. It behaves like a 403: change the source address and the request profile rather than the URL.

See also