| 402 | You are trying to deliver streaming content before video delivery is enabled for the CDN account. | HLS and DASH file types such as .m3u8, .mpd, .ts, .m4s, .m4v, and .m4a can return 402 until Gcore Support enables video delivery for your CDN account. | Request video delivery enablement by following Step 1: Request streaming activation. |
| 458 | The maximum number of requests from the client’s IP address has been exceeded. | This restriction is set with the Rate Limiter option, designed to restrict a maximum number of requests from a single IP. | Increase the permitted requests from a single IP within the Rate Limiter settings.
Note: Rate limiter settings always apply to every user viewing your content. |
| 504 | Access to an origin is restricted for the CDN. | The CDN can’t reach the origin if the access is restricted, and can’t deliver content to users.
Note: This case may also result in the 404 status code. | Allowlist the IP addresses of Gcore servers using this guide. If the IP addresses are already allowlisted, Gcore subnets may be excluded from the ACL. In such a case, configure the ACL using an HTTP header instead of an IP list using the Request headers option in the CDN resource settings. |
| 508 | The domain of the CDN resource (CNAME) and the origin are messed up. | Your origin and the domain name of your CDN resource lead to requests being directed back to each other, resulting in a loop.
Example: You’ve set up a CNAME record using your origin domain name value instead of the custom value specified in your account and mentioned in the setup instructions. | Adjust the settings by configuring the path to files on your origin to go through the CDN resource domain name.
Ensure that the CDN resource domain name is correctly directed to the subdomain displayed in your personal account within the DNS settings, as described in the setup instructions. |
| 556 | The number of connections to an origin has been exceeded. | This occurs when requests to an origin time out, increasing the number of connections. | Ensure that your origin’s response time is within 5 seconds. |
| 557 | The number of connections to the resource has exceeded the limit of 10,000 simultaneous connections. | If you have only one resource in a specific location and there has been a high volume of connection attempts in that location, the resource will reject any connection attempts with a 557 response code once the limit of 10,000 simultaneous connections is reached. | Add more origins from the relevant location to the origins group. |