Closed Playsus1234 closed 5 months ago
How exactly this should be implemented? Where SSL should be added? How user could use SSL?
Mariadb supports the ssl feature.
You should define ssl
using config.yml
:
https://github.com/bivashy/MC-Auth-with-Link/blob/5d4f33d25ae7441d325e522a22a218ca25f3f9e2/core/src/main/resources/configurations/config.yml#L19-L23
Replacing your url
section into string:
jdbc:mariadb://HOST:3306/DATABASE?useSsl=true
YOU SHOULD BE AWARE THAT SSL SHOULD BE ENABLED ON SERVER SIDE TOO! [1]
Used resources:
add ssl support