Skip to content

Commit f71510b

Browse files
authored
PCX-14337 [Cloudflare Tunnel] Document MatchSNIToHost origin configuration parameter (#26356)
1 parent ea394b8 commit f71510b

File tree

1 file changed

+10
-0
lines changed
  • src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/cloudflared-parameters

1 file changed

+10
-0
lines changed

src/content/docs/cloudflare-one/networks/connectors/cloudflare-tunnel/configure-tunnels/cloudflared-parameters/origin-parameters.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ Origin configuration parameters determine how `cloudflared` proxies traffic to y
1818

1919
Hostname that `cloudflared` should expect from your origin server certificate. If null, the expected hostname is the service URL, for example `localhost` if the service is `https://localhost:443`.
2020

21+
### matchSNItoHost
22+
23+
| Default | UI name |
24+
| ------- | ----------------- |
25+
| `false` | Match SNI to Host |
26+
27+
When `true`, `cloudflared` will automatically set the Server Name Indication (SNI) during the TLS handshake to the hostname of the incoming request.
28+
29+
This setting is useful when directing traffic to entry points that host multiple services and rely on SNI to route requests or present the correct certificate. It eliminates the need to explicitly configure [`originServerName`](#originservername) for individual services when using wildcard routing.
30+
2131
### caPool
2232

2333
| Default | UI name |

0 commit comments

Comments
 (0)