Luckperms SQL Error | redirected to git hub
Closed this issue ยท 4 comments
So I get this error spammed in the console:
WARN: Establishing SSL connection without server's identity verification is not recommended. ect ect
However, my pool settings seem to be correct?
pool-settings:
# This setting allows you to define extra properties for connections.
properties:
useUnicode: true
characterEncoding: utf8
useSSL: false
verifyServerCertificate: false
I was told to redirect to github and make an issue thingy here!
Can you put the config section inside a code block like this:
```
Test
```
->
Test
This is so as to keep the leading spaces (as they are critical for the YAML format)
Edit; Thank you :)