sqlectron / sqlectron-gui

A simple and lightweight SQL client desktop with cross database and platform support.
https://sqlectron.github.io/
MIT License
4.57k stars 524 forks source link

SSL Mode #72

Closed corbanb closed 8 years ago

corbanb commented 8 years ago

Currently there seems to be no way to connect to a heroku postgres db due to ssl mode. I tried adding the query param ?sslmode=require to the url but no luck. Any thoughts on how this might be accomplished?

maxcnunes commented 8 years ago

Humm. We are not setting the ssl attribute (current configuration and example postgresql with ssl) to the db connection configuration.

We gonna need a new button in the interface to enable the SSL support and pass this configuration ahead until the sqlectron-core.

I guess I can take a look on this today.