Paxa / postbird

Open source PostgreSQL GUI client for macOS, Linux and Windows
MIT License
1.54k stars 124 forks source link

self signed certificate error when building yarn dist #130

Closed geeknees closed 2 years ago

geeknees commented 3 years ago

There doesn't seem to be a release since 11/20/2019, but upstream seems to have solved a few issues. I have a build in hand to take advantage of it, but I'm getting a self signed certificate error on SSL connections. Am I missing some step in the build here?

スクリーンショット 2021-05-19 20 13 45
Paxa commented 3 years ago

Hi, that seems like error when connecting to server, do you get same error when connecting via psql ?

Probably should make SSL configurable, right now it will try to auto-detect SSL support on server

Paxa commented 2 years ago

For now to connect to server with self signed certificate need to use rejectUnauthorized=false in connection URL (added in recent commit)

If you have time, can you please try https://nightly.link/Paxa/postbird/workflows/build/master