mtxr / vscode-sqltools

Database management for VSCode
https://vscode-sqltools.mteixeira.dev?utm_source=github&utm_medium=homepage-link
MIT License
1.49k stars 300 forks source link

[PostgreSQL] - SSL without validating certs #695

Open tafelito opened 4 years ago

tafelito commented 4 years ago

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

alanmpitts commented 3 years ago

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

june-remind101 commented 3 years ago

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.

gjsjohnmurray commented 2 years ago

See also #746

nicelogic commented 1 year ago

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

Struki84 commented 1 year ago

+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...