Skip to content

Commit 692f328

Browse files
committed
Add mTLS limitation
1 parent b991727 commit 692f328

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/cloudflare-one/policies/gateway/network-policies/protocol-detection.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ You can now use _Detected Protocol_ as a selector in a [Network policy](/cloudfl
2222

2323
By default, Gateway will only inspect HTTP traffic through port `80`. Additionally, if you turn on [TLS decryption](/cloudflare-one/policies/gateway/http-policies/tls-decryption/), Gateway will inspect HTTPS traffic through port `443`. To detect HTTP and HTTPS traffic on ports other than `80` and `443`, under **HTTP inspection ports**, choose _Inspect on all ports_.
2424

25+
:::caution[mTLS limitation]
26+
When inspecting traffic on all ports, connections that use mutual TLS (mTLS) will fail because Gateway cannot return the necessary client certificate. To prevent connection failures, create a [Do Not Inspect policy](/cloudflare-one/policies/gateway/http-policies/#do-not-inspect) for this traffic.
27+
:::
28+
2529
## Supported protocols
2630

2731
Gateway supports detection and filtering of the following protocols:

0 commit comments

Comments
 (0)