gavinchou commented on code in PR #16340: URL: https://github.com/apache/doris/pull/16340#discussion_r1111138827
########## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ########## @@ -1969,6 +1969,12 @@ public class Config extends ConfigBase { @ConfField(masterOnly = true, mutable = true) public static int max_error_tablet_of_broker_load = 3; + /** + * 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 = true; + Review Comment: Should we add a conf filed for certificate? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org