sasha-alias / sqltabs

Rich SQL client for Postgresql, MySQL, MS SQL, Amazon Redshift, Google Firebase (Firestore)
https://www.sqltabs.com
GNU General Public License v3.0
803 stars 57 forks source link

SSL support #35

Closed rhysallister closed 7 years ago

rhysallister commented 8 years ago

Supporting ssl connections would be nice.

sasha-alias commented 8 years ago

My belief is SQL Tabs supports a native SSL connection since it uses a libpq driver beneath. I have never tested it, but it should be a matter of forming a proper connection string http://www.postgresql.org/docs/9.3/static/libpq-connect.html#LIBPQ-CONNSTRING

rhysallister commented 8 years ago

I get the following when I try and force ssl by using sslmode=require:

Error: sslmode value "require" invalid when SSL support is not compiled in

PJMODOS commented 8 years ago

Means the libpq used by SQL Tabs needs to be re-compiled with SSL support.

sasha-alias commented 7 years ago

I believe it should be fixed in latest release. I tried connecting to heroku with ssl=true and it works. Closing the issue.