You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this suggestion! Looks like Ultorg's connection dialog will require some extra bells and whistles to help configure different kinds authentication.
Meanwhile it should be possible to connect via SSL from Ultorg by adding the following "Connect Properties" in Ultorg's New Connection wizard:
If you put the root.crt, postgresql.crt, and postgresql.pk8 files in their default directories, shown above for Windows (substitute your own username instead of "ebakke"), or /Users/username/.postgresql/ on MacOS, then you should be able to omit the sslrootcert, sslcert, and sslkey properties. The PostgreSQL documentation suggests testing that you can log in via SSL with the standalone "psql" command first.
(Curious to hear if you can make this work; I don't have an SSL-configured server to test this with at the moment.)
Here is what is an example from Beekeeper studio:

We are looking at requiring a certificate for logging into our data warehouse.
Thanks!
The text was updated successfully, but these errors were encountered: