[feature](SSL) default enable SSL MySQL connection to FE (#18285)

This commit is contained in:
abmdocrt
2023-03-31 21:31:23 +08:00
committed by GitHub
parent 5e7ea5e305
commit 365867a867

View File

@ -2011,7 +2011,7 @@ public class Config extends ConfigBase {
* If set to ture, doris will establish an encrypted channel based on the SSL protocol with mysql.
*/
@ConfField(mutable = false, masterOnly = false)
public static boolean enable_ssl = false;
public static boolean enable_ssl = true;
/**
* Default certificate file location for mysql ssl connection.