plotly / falcon

Free, open-source SQL client for Windows and Mac 🦅
https://plot.ly/free-sql-client-download/
MIT License
5.13k stars 279 forks source link

PostgreSQL Scram-sha-256 authentication does not work #561

Open ced75 opened 5 years ago

ced75 commented 5 years ago

Hi,

The authentication mecanism with scram-sha-256, introduced with PostgreSQL v10 (more secure than MD5 authentication) generates the following error message: Unknown authenticationOk message typeMessage { name: 'authenticationOk', length: 23 }

In the database logs, the connection seems to be OK (connection received), but is cancelled a few time later due to timeout.

Is it possible to integrate this authentication method for PostgreSQL?

Thanks in advance, Cedric

NobleAscent commented 3 years ago

I am facing the same problem with Postgresql version 13.2

yunpeng-zhang commented 3 years ago

It is July 2021, is this issue solved at all? I opened the development tools and it mentioned about error code 500 and not sure how to make this work. Any ideas or thoughts? Thanks in advance and thanks. image

khanakia commented 10 months ago

Getting Error Unknown authenticationOk message typeMessage { name: 'authenticationOk', length: 42 }