This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 365867a867 [feature](SSL) default enable SSL MySQL connection to FE
(#18285)
365867a867 is described below
commit 365867a86753a418b3001b0e45d7e43690db2f85
Author: abmdocrt <[email protected]>
AuthorDate: Fri Mar 31 21:31:23 2023 +0800
[feature](SSL) default enable SSL MySQL connection to FE (#18285)
---
fe/fe-common/src/main/java/org/apache/doris/common/Config.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
index 92ad5aa798..53daefcf83 100644
--- a/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
+++ b/fe/fe-common/src/main/java/org/apache/doris/common/Config.java
@@ -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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]