vertx-sql-client icon indicating copy to clipboard operation
vertx-sql-client copied to clipboard

MySQL: establish secured connection if server supports it

Open tsegismont opened this issue 5 months ago • 0 comments

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.

tsegismont avatar Jul 23 '25 18:07 tsegismont