d4software / QueryTree

Data reporting and visualization for your app
http://querytreeapp.com
GNU Lesser General Public License v3.0
335 stars 121 forks source link

postgresql connection strings: support "sslmode" parameter #132

Closed jmacnett closed 2 years ago

jmacnett commented 2 years ago

In short, was attempting to connect to an Azure postgresql instance, which i was able to do via psql on the command line, but got "28000: SSL connection is required. Please specify SSL options and retry" from Querytree's "Test this connection" button. There are options here for SSH, but the only immediate difference I'm seeing between the command line psql call and what I've configured in QT's UI is the lack of the "sslmode=require" bit. Can we get sslmode as an option?

Thanks.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.