On Sun, Jan 19, 2025 at 5:04 PM Troels Arvin <troels@arvin.dk> wrote:
Hello,
I've just installed the latest pgAdmin for Windows on a Windows 11 PC. I'm trying to set up a connection to a Kerberos-enabled Postgres server where hostgssenc is the only connection type allowed. So in the connection definition in pgAdmin, I've set "gssencmode" to "require". When I then try to connect to the database server, I get the following error:
connection is bad: gssencmode value "require" invalid when GSSAPI support is not compiled in
So is there a way to have pgAdmin connect with gssenc (Kerberos-encrypted communication) enabled?
Have you tried connecting Postgres Server with PSQL? The error, GSSAPI supports is not compiled raised by PostgreSQL, not by pgAdmin.