Skip to content
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

Postgres No Encryption Error #893

Closed
jreaci opened this issue Nov 7, 2024 · 3 comments
Closed

Postgres No Encryption Error #893

jreaci opened this issue Nov 7, 2024 · 3 comments
Assignees
Labels
bug 🪲 Something isn't working PostgreSQL 🐘

Comments

@jreaci
Copy link

jreaci commented Nov 7, 2024

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

@Fabio286
Copy link
Member

Fabio286 commented Nov 7, 2024

Hi @jreaci ,

Please update to latest Antares version because this issue should be fixed.

@jreaci
Copy link
Author

jreaci commented Nov 7, 2024

I just tried the Microsoft Store and Portable exe version of 7.29 and I'm getting the same error.

@Fabio286
Copy link
Member

Fabio286 commented Nov 8, 2024

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.

@Fabio286 Fabio286 added the bug 🪲 Something isn't working label Nov 8, 2024
@Fabio286 Fabio286 moved this from 📌 To do to ⏳ In progress in Work in Progress Board Nov 8, 2024
@Fabio286 Fabio286 moved this from ⏳ In progress to ✔ Done in Work in Progress Board Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working PostgreSQL 🐘
Projects
Status: Done
Development

No branches or pull requests

2 participants