-
-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't turn on SSL for PGSQL from config during setup #557
Comments
Same problem with "usessl"
|
I have tested with version 1.4.59 and with param
while with
and it is working in both scenarios. try enabling debug log in webapp config and share homer-app logs. |
Adding
|
I followed this blog to configure SSL on Postgres. May you have to follow Step 6 to resolve |
my pg_hba.conf does not allow non-SSL connections, that is why there's the error with "no encryption":
When I add the CLI option |
we can add the custom fields |
please test it, you can specify any params inside |
closed as resolved |
Trying to use SSL when connecting to PGSQL. Using command line option
-database-ssl-mode=require
works no problem, but using config optionsslmode="require"
it doesn't.The text was updated successfully, but these errors were encountered: