[feature](SSL) default enable SSL MySQL connection to FE (#18285)
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user