Skip to content

Commit dfb6ead

Browse files
authored
[Support] Update troubleshooting-cloudflare-5xx-errors.mdx (#19097)
1 parent 97ad5a6 commit dfb6ead

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/content/docs/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,13 @@ Error 522 occurs when Cloudflare times out contacting the origin web server. Two
218218
- Packets were dropped at your origin web server.
219219

220220
If you are using [Cloudflare Pages](/pages/), verify that you have a custom domain set up and that your CNAME record is pointed to your [custom Pages domain](/pages/configuration/custom-domains/#add-a-custom-domain).
221+
If you are using [Workers with a Custom Domain](/workers/configuration/routing/custom-domains/), performing a `fetch` to its own hostname will cause a 522 error. Consider using a [Route](/workers/configuration/routing/) or target another hostname instead.
221222

222223
If none of the above leads to a resolution, request the following information from your hosting provider or site administrator before [contacting Cloudflare support](/support/contacting-cloudflare-support/):
223224

224225
- An [MTR or traceroute](/support/troubleshooting/general-troubleshooting/gathering-information-for-troubleshooting-sites/#perform-a-traceroute) from your origin web server to a [Cloudflare IP address](http://www.cloudflare.com/ips) that most commonly connected to your origin web server before the issue occurred. Identify a connecting Cloudflare IP recorded in the origin web server logs.
225226
- Details from the hosting provider's investigation such as pertinent logs or conversations with the hosting provider.
226227

227-
:::note
228-
229-
A Worker using a Custom Domain, performing a `fetch` to its own hostname will cause a 522 error. Consider using a [Route](/workers/configuration/routing/) or target another hostname instead.
230-
:::
231-
232228
---
233229

234230
## Error 523: origin is unreachable
@@ -395,9 +391,9 @@ As a result, a valid SSL certificate is required at the origin.
395391

396392
## Error 530
397393

398-
HTTP error 530 is returned with an accompanying 1XXX error displayed. Search for the specific [1XXX error](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-1xxx-errors) for troubleshooting information.
399-
400-
Enabling [Load Balancing](/load-balancing/) in China will cause a `530` error.
394+
An HTTP error 530 is returned when Cloudflare is encountering an issue resolving the origin hostname.
395+
In this case the body of the response contains an [1XXX error](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-1xxx-errors) code.
396+
Please refer to the specific [1XXX error](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-1xxx-errors) for troubleshooting information.
401397

402398
---
403399

0 commit comments

Comments
 (0)