Skip to content

Commit 278e488

Browse files
committed
Remove mention to BTLSPolicy on TLSroute
1 parent 58c1951 commit 278e488

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

site-src/concepts/api-overview.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ the backend destination (which is then responsible for decrypting the stream)
123123
without any introspection beyond the TLS metadata. When using a `Terminate`
124124
TLS listener, encryption is removed at the gateway to "unwrap" the connection,
125125
allowing traffic inspection and routing based on attributes of the inner request
126-
payload. In this latter case, the gateway may be configured to re-encrypt
127-
the traffic before sending it on to the backend, such as when a
128-
`BackendTLSPolicy` has been applied to the destination.
126+
payload.
129127

130128
#### TCPRoute and UDPRoute
131129

site-src/guides/tls.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ the Gateway.
5050

5151
For `TLSRoute`, the use of `Terminate` means that the TLS termination happens on
5252
the `Gateway` and the connection to the backend may happen as a unencrypted TCP connection.
53-
`BackendTLSPolicy` can be used in this case to re-encrypt the connection using different
54-
set of certificate authorities, SNI and other configurations.
5553

5654
## Downstream TLS
5755

0 commit comments

Comments
 (0)