Sami Ahlroos

Results 3 comments of Sami Ahlroos

The root of the problem comes from the fact that DBD::mysql by default has mysql_ssl set to false, disabling SSL. See https://metacpan.org/pod/DBD::mysql look for mysql_ssl for details. Modifying the `get_nodes`...

I tested the ssl_implementation branch. After the fix in https://github.com/Tusamarco/proxy_sql_tools/pull/21 it works for me, for both `REQUIRE SSL` and `REQUIRE NONE` cases.

Just for the records, I also tested the latest changes with and without `REQUIRE SSL` and found it to work. Also the use_ssl and other fields are kept like they...