Hi,
I have enabled SSL for front-end connections in proxysql-2.5.5.
select * from global_variables where variable_name LIKE 'mysql-have_ssl';
+----------------+----------------+
| variable_name | variable_value |
+----------------+----------------+
| mysql-have_ssl | 1 |
+----------------+----------------+
Connecting from java using mysql connector
String url = “jdbc:mysql://hostname:6033/db?useSSL=false”;
Sharing audit log details
How to configure ProxySQL to throw error when connections are not encrypted ?