You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm getting a "error: no pg_hba.conf entry for host...no encryption" error when attempting to connect. I'm able to connect to dBeaver without providing certificate files and using the same connection string. A possible solution is using "Untrusted connection", but what does that mean as far as with security? I'm also able, in other environments, to use the sslmode=require parameter with success but that is not working in the connection string either.
Expected behavior
A simple connection to a PostgreSQL database.
Application
App version 0.7.22
OS name: Windows 11
DB name PostgreSQL
The text was updated successfully, but these errors were encountered:
Ok you are right, I was remembering wrong. In earlier versions I added support for ssl=true, but not for sslmode=require.
I will work to implement better connection string support.
Describe the bug
I'm getting a "error: no pg_hba.conf entry for host...no encryption" error when attempting to connect. I'm able to connect to dBeaver without providing certificate files and using the same connection string. A possible solution is using "Untrusted connection", but what does that mean as far as with security? I'm also able, in other environments, to use the
sslmode=require
parameter with success but that is not working in the connection string either.Expected behavior
A simple connection to a PostgreSQL database.
Application
App version 0.7.22
OS name: Windows 11
DB name PostgreSQL
The text was updated successfully, but these errors were encountered: