Closed corbanb closed 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.
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?