Replace MySQL use-ssl boolean with explicit connection-parameters (sslMode)
Build / build (push) Successful in 1m12s

This commit is contained in:
Michael Burgess
2026-08-07 07:21:43 -04:00
parent 1c16f9a83b
commit f470b30130
4 changed files with 29 additions and 8 deletions
+6 -1
View File
@@ -54,8 +54,13 @@ storage:
database: blockparty
username: blockparty
password: password
use-ssl: false
table-prefix: "bp_"
# Raw JDBC connection parameters appended to the connection URL (without a leading '?' or '&').
# Tune SSL/TLS behavior here instead of a single use-ssl toggle, e.g.:
# "sslMode=REQUIRED&verifyServerCertificate=false"
# "sslMode=VERIFY_IDENTITY" (validates the server cert against a trust store)
# "sslMode=DISABLED" (no TLS at all)
connection-parameters: "sslMode=PREFERRED&verifyServerCertificate=false"
rewards:
winner: