Skip to content
Cloudflare Docs

Get started

Environments

Cloudflare will provide access to both development and production environments. Credentials are shared across both environments.

EnvironmentEndpointDescription
Dev token issuertest-pat.issuer.cloudflare.comDevelopment token issuance environment - Use for internal development, integration testing, and end-to-end validation. Cloudflare recommends the Go, Rust, and TypeScript implementations of RFC 9578, and provides a test website to test your attester against.
Dev Privacy Proxytest-proxy.cloudflare.comDevelopment proxy environment – This is subject to change and Cloudflare recommends making this configuration dynamic to support multiple environments, including canary releases and internal employee testing.

Proxy authentication

The Privacy Proxy Ingress service authenticates to clients using standard WebPKI-based X.509 certificates in TLS, with a certificate rooted in DigiCert.

Example client code

Cloudflare will provide access to a MASQUE client, which can be used in mobile client code to connect to the MASQUE proxy provided by Cloudflare. For example:

Terminal window
cargo run --bin quiche-client -- \
--no-verify \
--connect-to test-proxy.cloudflare.com \
--connect-type=HTTP \
https://example.com