Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/content/docs/china-network/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ All sites hosted in mainland China must have IPv6 enabled. The Cloudflare China
### Can Cloudflare provide a private line for cross-border traffic?

No. Cloudflare is not licensed to provide such cross-border private line service.

### Is Turnstile supported in the China Network?

Not currently.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ The Turnstile widget needs to be refreshed to generate a new token. This can be

The siteverify API must not be called by the front end as this may reveal the secret key used to authenticate. An attacker may simply modify the front end to not perform the siteverify check at all, rendering Turnstile ineffective.


## What is challenges.cloudflare.com, and why does my application connect to this origin?

Turnstile is hosted under `challenges.cloudflare.com`.
Expand All @@ -25,17 +24,18 @@ Turnstile is hosted under `challenges.cloudflare.com`.

You can safely ignore the error. It is requesting a [Private Access Token (PAT)](https://blog.cloudflare.com/eliminating-captchas-on-iphones-and-macs-using-new-standard/) that your device or browser does not support yet.


## How can I obtain the Ray ID or QR code for troubleshooting?

You will need to provide a [Ray ID](/fundamentals/reference/cloudflare-ray-id/) or QR code when debugging issues. The Ray ID is found at the end of the challenge page. You can obtain the QR code by clicking the success/failure/spinner logo on the widget four times.


## Can I use Turnstile on URI schemes such as `file://`?

No, Turnstile only works on `http://` and `https://` URI schemes. Other protocols such as `file://` are not supported.


## Why do I see a challenge on my proxied hostnames?

<Render file="proxied-hostnames" /> <Render file="challenge-behavior" />
<Render file="proxied-hostnames" /> <Render file="challenge-behavior" />

## Is Turnstile supported in the China Network?

Not currently.
Loading