Autorank

Autorank

380k Downloads

MySQL throws SSL connection errors

mcdaddytalk opened this issue ยท 1 comments

commented

MySQL storage (mysql 5.5.45+, 5.6.26+, 5.7.6+) useSSL must be explicitly enabled/disabled

Either add an option to set it in the settings or turn it off

jdbc:mysql://:/?autoReconnect=true&useSSL=<false|true>

commented

This is solved in the latest dev builds.