lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 16cdf1d9 authored by Michael Tremer's avatar Michael Tremer

database: Always require SSL

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent cfbae90f
......@@ -41,6 +41,7 @@ class Connection(object):
"database" : database,
"user" : user,
"password" : password,
"sslmode" : "require",
}
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment