You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update English and Chinese TLS docs for TiProxy: clarify TiProxyCertLayout options (recommend v1), consolidate and rephrase the certificate-layout explanation, and adjust the wording around TLS settings and default TLS secret usage (including comma/punctuation fixes). Also normalize Chinese punctuation/spacing for the mTLS note and tidy related bullets.
Copy file name to clipboardExpand all lines: en/enable-tls-for-mysql-client.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -731,14 +731,12 @@ SHOW GLOBAL STATUS LIKE 'Ssl\_server\_not\_%';
731
731
732
732
## TiProxy
733
733
734
-
When using TiProxy in front of a set of TiDB servers you also need to configure TLS for it.
734
+
When using TiProxy in front of a set of TiDB servers you also need to configure TLS for it. Depending on the `TiProxyCertLayout` a different certificate layout is chosen:
735
735
736
-
Depending on the `TiProxyCertLayout` a different certificate layout is chosen:
736
+
- not set: the legacy layout.
737
+
- `v1`: the version one of the layout (recommended).
737
738
738
-
- not set: This is the legacy layout.
739
-
- `v1`: This is version one of the layout. This is recommended.
740
-
741
-
There are TLS settings for these components of TiProxy:
739
+
The following are TLS settings for these components of TiProxy:
742
740
743
741
- `security.cluster-tls`: used to interface with other hosts in the cluster both as server and client (mTLS).
744
742
- `security.server-tls`: used for serving MySQL protocol access on port 6000.
@@ -747,9 +745,9 @@ There are TLS settings for these components of TiProxy:
747
745
748
746
See also [the security section of the configuration](https://docs.pingcap.com/tidb/stable/tiproxy-configuration/#security).
749
747
750
-
TiProxy will try to use the TLS secret from TiDB for client/server connections by default. If you do this make sure these certificates also contain the hostname of the TiProxy hosts.
748
+
TiProxy will try to use the TLS secret from TiDB for client/server connections by default. If you do this, make sure these certificates also contain the hostname of the TiProxy hosts.
0 commit comments