Closed iugo closed 1 year ago
related to https://github.com/porsager/postgres/issues/430
I got the error message after setting the password authentication to md5, would you like to check your database auth-method ?
@masfahru I checked the settings in the pg_hba_file_rules and found that they are indeed using MD5 encryption.
Then, I tried to add a new rule to change to trust
for the internal network, but it still seems to be reporting an error. It is also possible that some containers are not using the new method for database connections. I will do further testing.
Thanks a lot for the investigations. I found a race condition in the auth startup messages that definitely caused this. I'll push a new release right away
We are experiencing an intermittent issue with postgres.js where we are receiving the error PostgresError: expected password response, got message type 109 (08P01 | protocol_violation). The stack trace for the error is as follows:
Actual behavior The app throws the error PostgresError: expected password response, got message type 109 (08P01 | protocol_violation).
Additional information
Thank you for your help.