DataflareApp / Dataflare

Simple, easy-to-use database manager
https://dataflare.app
149 stars 2 forks source link

[BUG] Cannot connect to database over SSH Tunnel/Proxy #13

Closed wyze closed 1 year ago

wyze commented 1 year ago

Describe the bug

I am using Key authentication with a username and no password.

Here is the error it gives when testing the connection:

error communicating with database: Connection reset by peer (os error 54)

I've used other software to connect to the remote database without issue.

Platform and Database

Running in Docker on Linux, postgres 16.
wyhaya commented 1 year ago

This error message isn't obvious, but it's most likely the result of a ssh authentication failure or a failure to open a tcp tunnel, I'll look into it, thanks!

wyhaya commented 1 year ago

@wyze A new version has just been released, which includes clearer error messages. You can give it another try.

wyze commented 1 year ago

Works now without issue. Thanks a bunch for the lighting fast fix!