When I run psql locally, the server is failing #76
Replies: 1 comment
-
Found from the code info,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Getting error,
whenever I run the
psql -h localhost
command locally on my machine. On debugging through wireshark, found that psql (client) is sendingGSS encrypt request
to the go postgres server and server is failing. Error is here: https://github.com/jeroenrinzema/psql-wire/blob/main/pkg/buffer/reader.go#L161-L163 Any ideas ?Beta Was this translation helpful? Give feedback.
All reactions