Skip to content

Commit 098a298

Browse files
committed
Clarify on TLSRoute termination
1 parent 8e195d1 commit 098a298

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site-src/concepts/api-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,9 @@ TLSRoute is for multiplexing TLS connections, discriminated via SNI. It's intend
119119
for where you want to use the SNI as the main routing method, and are not interested
120120
in properties of the higher-level protocols like HTTP. The byte stream of the
121121
connection is proxied without any inspection to the backend when using a `Passthrough`
122-
TLS listener, or proxied unencrypted to the backend when using a `Terminate` TLS
123-
listener.
122+
TLS listener, or being __TLS Terminated__ by the proxy when using a `Terminate`
123+
TLS listener. In the later case, the proxy may re-encrypt the traffic to the backend
124+
in cases like a `BackendTLSPolicy` is applied.
124125

125126
#### TCPRoute and UDPRoute
126127

0 commit comments

Comments
 (0)