Open ced75 opened 5 years ago
I am facing the same problem with Postgresql version 13.2
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.
Getting Error Unknown authenticationOk message typeMessage { name: 'authenticationOk', length: 42 }
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