Skip to content

Commit

Permalink
(v8) Add note about TLS routing backwards compatibility (#9631)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0mant authored Jan 6, 2022
1 parent 0cc3e10 commit cb1d520
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/pages/setup/operations/tls-routing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ auth_service:
This setting will indicate to the clients (such as `tsh` or reverse tunnel
agents) that they should connect to the web proxy port using TLS routing.

<Admonition type="note" title="Compatibility">
Turning multiplexing on will not affect existing connections of trusted
clusters, reverse tunnel agents and tsh/ssh clients. As long as the legacy
listeners are enabled (see [step 7](#step-77-disable-legacy-listeners) below),
all clients will keep connecting in the backwards compatibility mode until
restarted or relogged in/reconfigured in case of tsh/ssh as described below.
</Admonition>

## Step 3/7. Reconnect trusted clusters

If you're already multiplexing trusted cluster connections on the web proxy port
Expand Down

0 comments on commit cb1d520

Please sign in to comment.