Comment 3 for bug 1914299

Revision history for this message
David Ames (thedac) wrote :

UPDATED WORKAROUND

Slightly less tedious workaround in case the mysql-router package is upgraded, for each mysql instance (each instantiation and unit):

sed -i 's/client_ssl_mode=PREFERRED/client_ssl_mode=PASSTHROUGH/' mysqlrouter.conf
systemctl restart <app>-mysql-router