ChestShop-authors / ChestShopNotifier

Bukkit plugin that allows your players to see who bought or sold what while they were offline.
https://www.spigotmc.org/resources/chestshopnotifier.30313/
10 stars 8 forks source link

console spam about ssl? #16

Closed chillerkraft closed 7 years ago

chillerkraft commented 7 years ago

https://pastebin.com/gPpzbme9

Phoenix616 commented 7 years ago

Please provide some more info about your setup and what exactly makes you think that this is an issue with this plugin.

chillerkraft commented 7 years ago

latest spigot latest plugins using server host with mysql when i remove this plugin the spam goes away

Phoenix616 commented 7 years ago

Well it's just a warning and not really an error but I understand that it is kinda annoying. It stems from your mysql server using SSL connections by default. I guess we'd need to add support for that now. Not sure if you can disable that default behaviour in MySQL, if so there isn't really an issue as long as it runs on the same machine as your server.

chillerkraft commented 7 years ago

k thanks!