529 Site Is Overloaded

Non-standard code used by a few platforms to indicate the site is overloaded and shedding requests.

Status

HTTP/1.1 529 Site Is Overloaded

Details

529 is used by a small number of vendors, notably Qualys SSLLabs, to signal that the service is too busy to accept the request. It is not registered and has no standard meaning.

Treat it exactly as you would a 503: back off and come back later.

Common causes

How to fix it

As the client

As the server

Examples

GET /api/analyze?host=example.com HTTP/1.1
Host: api.ssllabs.com

HTTP/1.1 529 Site is overloaded

See also