From 2fbe1d8c8cece5ecbb4130e6d37aeff5789098fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Fri, 26 Sep 2025 14:52:07 +0200 Subject: [PATCH 1/2] enable-tls-between-clients-and-servers: what variable to check --- enable-tls-between-clients-and-servers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/enable-tls-between-clients-and-servers.md b/enable-tls-between-clients-and-servers.md index 3e47532a9bb88..1cfa3b2d5ae2e 100644 --- a/enable-tls-between-clients-and-servers.md +++ b/enable-tls-between-clients-and-servers.md @@ -121,6 +121,8 @@ SHOW STATUS LIKE "Ssl%"; 6 rows in set (0.0062 sec) ``` +The connection is secure when the value of `Ssl_cipher` is not empty. + For the official MySQL client, you can also use the `STATUS` or `\s` statement to view the connection status: ``` From dcaa9caa8d67943b1d17ddb730a6b24d527cd046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Fri, 26 Sep 2025 14:59:15 +0200 Subject: [PATCH 2/2] Update enable-tls-between-clients-and-servers.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- enable-tls-between-clients-and-servers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enable-tls-between-clients-and-servers.md b/enable-tls-between-clients-and-servers.md index 1cfa3b2d5ae2e..9a0d8308fa011 100644 --- a/enable-tls-between-clients-and-servers.md +++ b/enable-tls-between-clients-and-servers.md @@ -121,7 +121,7 @@ SHOW STATUS LIKE "Ssl%"; 6 rows in set (0.0062 sec) ``` -The connection is secure when the value of `Ssl_cipher` is not empty. +A non-empty `Ssl_cipher` value indicates that your connection is secure. For the official MySQL client, you can also use the `STATUS` or `\s` statement to view the connection status: