1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-27105 --ssl option set as default for mariadb CLI

but without server cert verification
This commit is contained in:
Sergei Golubchik
2022-05-23 12:43:22 +02:00
parent 4ce6e78059
commit ce9385b73c
7 changed files with 21 additions and 11 deletions

View File

@@ -22,7 +22,7 @@
#else
#define SSL_STATIC static
#endif
SSL_STATIC my_bool opt_use_ssl = 0;
SSL_STATIC my_bool opt_use_ssl = 1;
SSL_STATIC char *opt_ssl_ca = 0;
SSL_STATIC char *opt_ssl_capath = 0;
SSL_STATIC char *opt_ssl_cert = 0;