Skip to content

Commit 6612f4e

Browse files
[CF1] clarify cipher suite usage in Cloudflare Tunnel TLS connections
1 parent 173cc12 commit 6612f4e

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/cipher-suites.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ pcx_content_type: reference
33
title: Cipher suites
44
---
55

6-
Cloudflare Tunnel connections use the cipher suites supported by `cloudflared`, which relies on the Go TLS library for its TLS implementation. When establishing a TLS connection to your origin, `cloudflared` will negotiate the most secure cipher suite supported by both sides.
6+
Cloudflare Tunnel connections use the cipher suites supported by `cloudflared`, which relies on the Go TLS library for its TLS implementation. These cipher suites apply to both the TLS connection between Cloudflare's network and `cloudflared`, and the HTTPS connection between `cloudflared` and your origin when [`noTLSVerify`](/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/cloudflared-parameters/origin-parameters/#notlsverify) is set to false. In both cases, `cloudflared` negotiates the most secure cipher suite supported by both sides.
77

8-
The following table lists the cipher suites supported by cloudflared:
8+
The following table lists the cipher suites supported by `cloudflared`:
99

1010
| Protocol support | Cipher suites |
1111
|------------------|----------------|

0 commit comments

Comments
 (0)