vertx-sql-client
vertx-sql-client copied to clipboard
MySQL: establish secured connection if server supports it
Describe the feature
While investigating https://github.com/eclipse-vertx/vertx-sql-client/issues/1436, we found that the MySQL Client does not connect to the database the same way the MySQL Connector does.
By default, if the server supports encryption and reports that capability in the initial message, the connection should be upgraded to a secured connection.