MDEV-28908 Confusing documentation and help output for --ssl-verify-server-cert

use the same generic help text as in 11.4+
This commit is contained in:
Sergei Golubchik 2025-03-30 14:22:45 +02:00
commit 6e339baad5

View file

@ -51,8 +51,7 @@
#ifdef MYSQL_CLIENT
{"ssl-verify-server-cert", 0,
"Verify server's \"Common Name\" in its cert against hostname used "
"when connecting. This option is disabled by default.",
"Verify server's certificate to prevent man-in-the-middle attacks",
&opt_ssl_verify_server_cert, &opt_ssl_verify_server_cert,
0, GET_BOOL, OPT_ARG, 0, 0, 0, 0, 0, 0},
#endif