Using proxysql 2.0.8 (docker severalnines/proxysql:2.0.8) and I was struggling to configure the SSL for backend servers (hosted as managed cloud instances).
At the end - it works while issueing following SQL statements in the admin interface:
UPDATE mysql_servers SET use_ssl=1;
LOAD MYSQL SERVERS TO RUNTIME;
Is there a way to configure the use_ssl
parameter using the /etc/proxysql.cfg
file?