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

[PostgreSQL] - SSL without validating certs #695

Open
tafelito opened this issue Aug 31, 2020 · 5 comments
Open

[PostgreSQL] - SSL without validating certs #695

tafelito opened this issue Aug 31, 2020 · 5 comments
Labels
pg PostgreSQL driver triage

Comments

@tafelito
Copy link

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 tafelito changed the title SSL without validating certs [PostgreSQL] - SSL without validating certs Aug 31, 2020
@alanmpitts
Copy link

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

@june-remind101
Copy link

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 gjsjohnmurray added the pg PostgreSQL driver label Jul 23, 2022
@gjsjohnmurray
Copy link
Collaborator

See also #746

@nicelogic
Copy link

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

@Struki84
Copy link

Struki84 commented Jun 16, 2023

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

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

No branches or pull requests

6 participants