File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ TLS can be configured with two distinct modes:
82
82
unless a new TLS connection between the two entities is configured via BackendTLSPolicy.
83
83
* ** Passthrough** : the TLS connection is instantiated between the frontend and the
84
84
backend. The traffic flows through the Gateway encrypted, and the Gateway is not
85
- able to decrypt or inspect the TLS stream.
85
+ able to decrypt or inspect the encrypted portions of the TLS stream.
86
86
87
87
## Proposed Segments
88
88
Note that this does not represent any form of commitment that any of these
@@ -272,4 +272,4 @@ The following is a summary of all the Routes and the TLS termination mode they s
272
272
> When the traffic is routed to the backend via ` TCPRoute ` , the packets
273
273
> are left untouched by the gateway. In order to terminate the TLS connection to
274
274
> the gateway and forward the traffic unencrypted to the backend, a ` TLSRoute ` configured
275
- > with ` Terminate ` as TLS mode has to be used.
275
+ > with ` Terminate ` as TLS mode must be used.
You can’t perform that action at this time.
0 commit comments