Ask Your Question
1

What does the error message "Unknown authentication response: 10" mean in the context of using Postgresql with Golang?

asked 2023-05-08 12:15:45 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-08 12:36:02 +0000

scrum gravatar image

The error message "Unknown authentication response: 10" in the context of Postgresql with Golang indicates that the client is receiving an authentication response from the server that it does not recognize or support. The number "10" corresponds to a specific authentication message sent by the server, but the client does not know what to do with it. This error can occur if there is a version mismatch between the client and the server, or if there is an issue with the authentication method being used.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-08 12:15:45 +0000

Seen: 24 times

Last updated: May 08 '23