GSSAPI with Postgres? #2344
Unanswered
troelsarvin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to connect to a Postgres server using gssapi. If I use "psql -h fully.qualified.hostname" things work fine. But when I try connecting from sqlx, I'm told that 'password authentication failed for user "foo"'. I have tried the following connection strings:
Does sqlx not support gssapi authentication for Postgres?
Beta Was this translation helpful? Give feedback.
All reactions