Diagnose and resolve 1XXX errors for Cloudflare proxied sites.
- Overview
- Error 1000: DNS points to prohibited IP
- Error 1001: DNS resolution error
- Error 1002: DNS points to Prohibited IP
- Error 1002: Restricted
- Error 1003 Access Denied: Direct IP Access Not Allowed
- Error 1004: Host Not Configured to Serve Web Traffic
- Errors 1006, 1007 or 1008 Access Denied: Your IP address has been banned
- Error 1010: The owner of this website has banned your access based on your browser's signature
- Error 1011: Access Denied (Hotlinking Denied)
- Error 1012: Access Denied
- Error 1013: HTTP hostname and TLS SNI hostname mismatch
- Error 1014: CNAME Cross-User Banned
- Error 1015: You are being rate limited
- Error 1016: Origin DNS error
- Error 1018: Could not find host
- Error 1019: Compute server error
- Error 1020: Access denied
- Error 1023: Could not find host
- Error 1025: Please check back later
- Error 1033: Argo Tunnel error
- Error 1101: Rendering error
- Error 1102: Rendering error
- Error 1200: Cache connection limit
- Related resources
Overview
The errors described in this document might occur when visiting a website proxied by Cloudflare. For Cloudflare API or dashboard errors, review our Cloudflare API documentation. HTTP 409, 530, 403, 429 errors are the HTTP error codes returned in the HTTP status header for a response. 1XXX errors appear in the HTML body of the response.
If the resolutions within each error description below do not resolve the error, contact Cloudflare Support.
Error 1000: DNS points to prohibited IP
Common causes
Cloudflare halted the request for one of the following reasons:
- An A record within your Cloudflare DNS app points to a Cloudflare IP address.
- Your Cloudflare DNS A or CNAME record references another reverse proxy (such as an nginx web server that uses the proxy_pass function) that then proxies the request to Cloudflare a second time.
- The request X-Forwarded-For header is longer than 100 characters.
- The request includes two X-Forwarded-For headers.
Resolution
- If an A record within your Cloudflare DNS app points to a Cloudflare IP address, update the IP address to your origin web server IP address.
- There is a reverse-proxy at your origin that sends the request back through the Cloudflare proxy. Instead of using a reverse-proxy, contact your hosting provider or site administrator to configure an HTTP redirect at your origin.
Error 1001: DNS resolution error
Common causes
- A web request was sent to a Cloudflare IP address for a non-existent Cloudflare domain.
- An external domain that is not on using Cloudflare has a CNAME record to a domain active on Cloudflare
- The target of the DNS CNAME record does not resolve.
- A CNAME record in your Cloudflare DNS app requires resolution via a DNS provider that is currently offline.
- Always Online is enabled for a Custom Hostname (SSL for SaaS) domain.
Resolution
A non-Cloudflare domain cannot CNAME to a Cloudflare domain unless the non-Cloudflare domain is added to a Cloudflare account.
Cloudflare CNAME のセットアップに使われるDNSレコードへの直接アクセスを試行すると、エラー1001が発生します(例:www.example.com.cdn.cloudflare.net)。
Disable Always Online if using Custom Hostnames (SSL for SaaS).
Error 1002: DNS points to Prohibited IP
Common causes
- A DNS record in your Cloudflare DNS app points to one of Cloudflare's IP addresses.
- An incorrect target is specified for a CNAME record in your Cloudflare DNS app.
- Your domain is not on Cloudflare but has a CNAME that refers to a Cloudflare domain.
Resolution
Cloudflare IPアドレスの代わりに、オリジンIPアドレスを示しているCloudflare A または CNAME レコードをアップデートしてください。
- Contact your hosting provider to confirm your origin IP address or CNAME record target.
- Log in to your Cloudflare account.
- Select the domain that generates error 1002.
- DNSアプリを選択します。
- A レコードのValueをクリックして、アップデートしてください。
- A レコードをアップデートしてください。
To ensure your origin web server doesn’t proxy its own requests through Cloudflare, configure your origin webserver to resolve your Cloudflare domain to:
- The internal NAT’d IP address, or
- The public IP address of the origin web server.
Error 1002: Restricted
Common cause
The Cloudflare domain resolves to a local or disallowed IP address or an IP address not associated with the domain.
Resolution
If you own the website:
- Confirm your origin web server IP addresses with your hosting provider,
- Log in to your Cloudflare account, and
- Update the A records in the Cloudflare DNS app to the IP address confirmed by your hosting provider.
Error 1003 Access Denied: Direct IP Access Not Allowed
Common cause
A client or browser directly accesses a Cloudflare IP address.
Resolution
Browse to the website domain name in your URL instead of the Cloudflare IP address.
Error 1004: Host Not Configured to Serve Web Traffic
Common causes
- Cloudflare staff disabled proxying for the domain due to abuse or terms of service violations.
- DNS変更がまだ伝達されていない、またはサイト所有者のDNS A レコードがCloudflare IPアドレスを示します。
Resolution
If the issue persists beyond 5 minutes, contact Cloudflare Support.
Errors 1006, 1007 or 1008 Access Denied: Your IP address has been banned
Common causes
A Cloudflare customer blocked traffic from your client or browser.
Resolution
Request the website owner to investigate their Cloudflare security settings or allow your client IP address. Since the website owner blocked your request, Cloudflare support cannot override a customer’s security settings.
Error 1010: The owner of this website has banned your access based on your browser's signature
Common cause
A website owner blocked your request based on your client's web browser.
Resolution
Webサイト所有者にブロックを通知します。Webサイト所有者に連絡する方法の判断ができない場合は、Whois データベースを経由してドメインに関する問合せ先の情報を検索してください。サイト所有者が、ファイアウォールアプリの「設定」タブからBrowser Integrity Checkを無効にしています。
Error 1011: Access Denied (Hotlinking Denied)
Common cause
A request is made for a resource that uses Cloudflare hotlink protection.
Resolution
Webサイト所有者にブロックを通知します。Webサイト所有者に連絡する方法の判断ができない場合は、Whois データベースを経由してドメインに関する問合せ情報を検索してください。CloudflareのScrape Shieldアプリを介して、Hotlink の保護を管理しています。
Error 1012: Access Denied
Common cause
A website owner forbids access based on malicious activity detected from the visitor’s computer or network (ip_address). The most likely cause is a virus or malware infection on the visitor’s computer.
Resolution
Update your antivirus software and run a full system scan. Cloudflare can not override the security settings the site owner has set for the domain. To request website access, contact the site owner to allow your IP address. If you cannot determine how to contact the website owner, lookup contact information for the domain via the Whois database.
Error 1013: HTTP hostname and TLS SNI hostname mismatch
Common cause
The hostname sent by the client or browser via Server Name Indication (SNI) does not match the request host header.
Resolution
Error 1013 is commonly caused by the following:
- your local browser setting the incorrect SNI host header, or
- a network proxying SSL traffic caused a mismatch between SNI and the Host header of the request.
Test for an SNI mismatch via an online tool such as: SSL Shopper.
Provide Cloudflare Support the following information:
- A HAR file captured while duplicating the error.
Error 1014: CNAME Cross-User Banned
Common cause
デフォルトで、Cloudflareでは異なるCloudflareアカウント間にあるDNS CNAME レコードを禁止しています。CNAME レコードは、ドメイン(www.example.com CNAME からapi.example.com)内と、そして、同じユーザーアカウント (www.example.com CNAME から www.example.net)内のゾーン間で許可されています。
Resolution
別のCloudflare アカウントのドメインに対するCNAME レコード解決を許可するには、CNAMEターゲットのドメイン所有者はCloudflare サポートに連絡し、ターゲットドメインにCNAMEを許可するドメインを指定する必要があります。Cloudflare サポートがデフォルトの CNAME 制限を変更するには、ターゲットドメインで Cloudflare Proプラン、Businessプラン、Enterprise プランが必要です。
Error 1015: You are being rate limited
Common cause
The site owner implemented Rate Limiting that affects your visitor traffic.
Resolution
- If you are a site visitor, contact the site owner to request exclusion of your IP from rate limiting.
- If you are the site owner, review Cloudflare Rate Limiting thresholds and adjust your Rate Limiting configuration.
- If your Rate Limiting blocks requests in a short time period (i.e. 1 second) try increasing the time period to 10 seconds.
Error 1016: Origin DNS error
Common cause
Cloudflare cannot resolve the origin web server’s IP address.
Common causes for Error 1016 are:
- オリジンIPアドレスが示すDNS Aレコードがありません。
- Cloudflare DNSのCNAME レコードが解決できない外部ドメインを示しています。
- The origin host names (CNAMEs) in your Cloudflare Load Balancer default, region, and fallback pools are unresolvable. Use a fallback pool configured with an origin IP as a backup in case all other pools are unavailable.
- CNAMEオリジンを使ってSpectrumアプリを作成する場合は、はじめに、Cloudflare DNSでオリジンを示すCNAMEを作成する必要があります。詳細については、Spectrum CNAME オリジンをご覧ください。
Resolution
To resolve error 1016:
- Cloudflare DNS設定の確認には、DNS検索ツールを経由して解決する有効なIPアドレスを示すAレコードが含まれていることを確認してください。
- For a CNAME record pointing to a different domain, ensure that the target domain resolves via a DNS lookup tool.
Error 1018: Could not find host
Common causes
- The Cloudflare domain was recently activated and there is a delay propagating the domain’s settings to the Cloudflare edge network.
- The Cloudflare domain was created via a Cloudflare partner (e.g., a hosting provider) and the provider's DNS failed.
Resolution
Contact Cloudflare Support with the following details:
- Your domain name
- エラーメッセージで言及されているRayIDを含めた1018エラーのスクリーンショット
- The time and timezone the 1018 error occurred
Error 1019: Compute server error
Common cause
A Cloudflare Worker script recursively references itself.
Resolution
Ensure your Cloudflare Worker does not access a URL that calls the same Workers script.
Error 1020: Access denied
Common cause
A client or browser is blocked by a Cloudflare customer’s Firewall Rules.
Resolution
If you are not the website owner, provide the website owner with a screenshot of the 1020 error message you received.
If you are the website owner:
- Retrieve a screenshot of the 1020 error from your customer
- RayIDのためのCloudflareのファイアウォールアプリにある「概要」タブ内のファイアウォールイベントログを検索するか、または訪問者の1020メッセージからのクライアントIPアドレスを検索します。
3. ブロックの原因にアクセスし、ファイアウォールルールを更新するか、IP Access ルールにある訪問者のIPアドレスを許可リストに設定します。
Error 1023: Could not find host
Common causes
- If the owner just signed up for Cloudflare it can take a few minutes for the website's information to be distributed to our global network. Something is wrong with the site's configuration.
- Usually, this happens when accounts have been signed up with a partner organization (e.g., hosting provider) and the provider's DNS fails.
Resolution
Contact Cloudflare Support with the following details:
- Your domain name
- エラーメッセージで言及されているRayIDを含めた1018エラーのスクリーンショット
- The time and timezone the 1023 error occurred
Error 1025: Please check back later
Common cause
A request is not serviced because the domain has reached plan limits for Cloudflare Workers.
Resolution:
Purchase the Unlimited Workers plan via the Plans page on the Workers dashboard.
Error 1033: Argo Tunnel error
Common cause
CloudflareネットワークにあるWebサイト(tunnel.example.com
)のページをリクエストしています。ホスト(tunnel.examle.com
)がArgo Tunnelとして設定してあり、Cloudflareでは現在解決できません。
Resolution
- このWebサイトの訪問者の方は:数分後にもう一度お試しください。
- Webサイトの所有者の方は:Cloudflareが実行中であり、ネットワークにアクセスできることを確認してください。トンネルの負荷分散を有効化することもできます。
Error 1101: Rendering error
Common cause
A Cloudflare Worker throws a runtime JavaScript exception.
Resolution:
Provide appropriate issues details to Cloudflare Support.
Error 1102: Rendering error
Common cause
A Cloudflare Worker exceeds a CPU time limit. CPU time is the time spent executing code (for example, loops, parsing JSON, etc). Time spent on network requests (fetching, responding) does not count towards CPU time.
Resolution
Contact the developer of your Workers code to optimize code for a reduction in CPU usage in the active Workers scripts.
Error 1200: Cache connection limit
Common cause
There are too many requests queued on Cloudflare's edge that are awaiting process by your origin web server. This limit protects Cloudflare's systems.
Resolution
Tune your origin webserver to accept incoming connections faster. Adjust your caching settings to improve cache-hit rates so that fewer requests reach your origin web server. Reach out to your hosting provider or web administrator for assistance.