NefelibataJay opened a new issue, #60538: URL: https://github.com/apache/doris/issues/60538
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-version : 3.1.4 fe.conf ``` mysql_ssl_default_ca_certificate = ${DORIS_HOME}/mysql_ssl_default_certificate/ca_certificate.p12 mysql_ssl_default_ca_certificate_password = xxx mysql_ssl_default_server_certificate = ${DORIS_HOME}/mysql_ssl_default_certificate/server_certificate.p12 mysql_ssl_default_server_certificate_password = xxx enable_ssl = true ssl_force_client_auth = true ``` ### What's Wrong? Enable SSL encryption for fe, and still be able to force the connection with `--ssl-mode=Disable`. Using `mysql --ssl-ca=ca.pem --ssl-cert=client-cert.pem --ssl-key=client-key.pem -uroot -P9030 -h127.0.0.1 ` can also enable a normal connection. ### What You Expected? Is there any similar configuration like `require_secure_transport=ON` like in MySQL? Is it mandatory for the client to use SSL connection? ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
