Staartvin / Autorank-2

Autorank is a Spigot/Bukkit plugin for automatically ranking players based on requirements
Other
56 stars 61 forks source link

MySQL throws SSL connection errors #740

Closed mcdaddytalk closed 4 years ago

mcdaddytalk commented 4 years ago

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>

Staartvin commented 4 years ago

This is solved in the latest dev builds.