vscode-sqltools icon indicating copy to clipboard operation
vscode-sqltools copied to clipboard

[PostgreSQL] - SSL without validating certs

Open tafelito opened this issue 3 years ago • 5 comments

Describe the bug I'm trying to connect to a PostgreSQL DB on Heroku but since Heroku requires SSL connection to be used if the connection is coming from outside Heroku's network (sslmode=require) I'm not able to connect

tafelito avatar Aug 31 '20 17:08 tafelito

Did you ever get a resolution to this issue? I have the same problem.

alanmpitts avatar Apr 30 '21 15:04 alanmpitts

Yah, this is a problem with accessing redshift on AWS as well.

We likely want to add a checkbox for the setup that, when checked, adds a handler for the TLS client to add this handler checkServerIdentity and return true.

june-remind101 avatar Aug 10 '21 21:08 june-remind101

See also #746

gjsjohnmurray avatar Jul 23 '22 00:07 gjsjohnmurray

i have same problem. but other tool such as: DBeaver use same url can connect

nicelogic avatar Nov 14 '22 12:11 nicelogic

+1

Tried every way I can think off, can't seem to get it to work, options that are supported in SQLTools are not supported on providers like Heroku...

Struki84 avatar Jun 16 '23 20:06 Struki84