File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,7 @@ the backend destination (which is then responsible for decrypting the stream)
123
123
without any introspection beyond the TLS metadata. When using a ` Terminate `
124
124
TLS listener, encryption is removed at the gateway to "unwrap" the connection,
125
125
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.
129
127
130
128
#### TCPRoute and UDPRoute
131
129
Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ the Gateway.
50
50
51
51
For ` TLSRoute ` , the use of ` Terminate ` means that the TLS termination happens on
52
52
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.
55
53
56
54
## Downstream TLS
57
55
You can’t perform that action at this time.
0 commit comments