Skip to content

Commit

Permalink
add the unsupported note to require_secure_transport (#15034) (#15086)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Oct 17, 2023
1 parent 1f84dee commit 4433b47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,10 +718,14 @@ mysql> SHOW GLOBAL VARIABLES LIKE 'max_prepared_stmt_count';

### require_secure_transport <span class="version-mark">New in v6.1.0</span>

> **Note:**
>
> Currently, this variable is not supported on [TiDB Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-dedicated). DO **NOT** enable this variable for TiDB Dedicated clusters. Otherwise, you might get SQL client connection failures. This restriction is a temporary control measure and will be resolved in a future release.
- Scope: GLOBAL
- Persists to cluster: Yes
- Type: Boolean
- Default value: `OFF`
- Default value: `OFF` for TiDB Self-Hosted and [TiDB Dedicated](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-dedicated), `ON` for [TiDB Serverless](https://docs.pingcap.com/tidbcloud/select-cluster-tier#tidb-serverless)

<CustomContent platform="tidb">

Expand Down

0 comments on commit 4433b47

Please sign in to comment.