mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
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:
parent
7d17ee97c2
commit
6e339baad5
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue