BlackDemonZyT / BotSentry

Official repository for Bot-Sentry issues, information, etc..
6 stars 0 forks source link

Add MySQL SSL support #117

Closed gamer50082 closed 8 months ago

gamer50082 commented 11 months ago

using JDBC

gamer50082 commented 11 months ago

HikariCP is an option

Laurenshup commented 11 months ago

Already using JDBC, SSL has been enabled within the code. Still need to test whether it works now. HikariCP is not being used.

gamer50082 commented 10 months ago

Make it toggleable

Laurenshup commented 8 months ago

It will first try to establish a connection using SSL. If Java cannot build up a working connection, it will check whether the server also allows non-SSL connections, and use that.