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

SSL settings not respected after postgres update #239

Open
scottgigante opened this issue Sep 13, 2023 · 2 comments
Open

SSL settings not respected after postgres update #239

scottgigante opened this issue Sep 13, 2023 · 2 comments

Comments

@scottgigante
Copy link

I'm having issues with this extension after upgrading from postrges 14 to 15 (homebrew). I can connect to the host, but when attempting to run a query, I get

no pg_hba.conf entry for host "10.*.*.*", user "****", database "****", no encryption

despite the fact that connecting to the same db with psql or a different postgresql vscode extension works fine.

I have uninstalled, deleted the files for, and reinstalled the extension, but I notice my connections config persists -- is there a secret config file somewhere for this extension I can delete to see if that's causing the problem?

@mswehli
Copy link

mswehli commented Sep 13, 2023

Same happening to me with postgresql v14 hosted on Azure. The first connection to the server works, however additional connections don't. It appears to ignore the use SSL option on all but the first connection you open.

@desdae
Copy link

desdae commented Nov 28, 2023

I ran into this issue too. I can get the database list, but nothing further works, just getting no encryption message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants