503 service unavailable
This error means that the CDN cannot reach your origin server. Possible causes:- The origin server is not accessible.
- The origin blocks CDN IP ranges.
- The origin port is incorrect.
- The resource has not been fully propagated yet.
- Verify that the origin server is accessible directly (for example, via browser or curl).
- Allow CDN IP ranges in your firewall settings.
- Confirm that the correct origin port is configured (80 or 443).
- During initial setup, propagation can take up to ~20 minutes. Wait for resource propagation to complete, then retry the request.
ERR_TOO_MANY_REDIRECTS
This issue occurs when both the CDN and the origin enforce redirects, creating a loop. Possible cause:- Both CDN and origin redirect HTTP to HTTPS.
- Disable the redirect on either the CDN or the origin side.
Website downloads as file
This behavior indicates incorrect response headers from the origin. Possible cause:- The origin returns an incorrect
Content-Typeheader.
- Check and correct MIME type configuration on the origin server.
SSL certificate errors (Let’s Encrypt)
SSL issues are often related to DNS configuration and certificate validation. Possible causes:- DNS changes have not fully propagated.
- Let’s Encrypt cannot validate the domain.
- Wait for DNS propagation to complete (up to 24–48 hours).
- Retry certificate issuance after propagation.