Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tZTZc-009x26-NC for pgadmin-support@arkaria.postgresql.org; Sun, 19 Jan 2025 11:34:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tZTZa-006fRe-S0 for pgadmin-support@arkaria.postgresql.org; Sun, 19 Jan 2025 11:34:35 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tZTZa-006fRP-Kp for pgadmin-support@lists.postgresql.org; Sun, 19 Jan 2025 11:34:35 +0000 Received: from home.borberg.arvin.dk ([194.45.76.153]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tZTZY-000MGi-0r for pgadmin-support@lists.postgresql.org; Sun, 19 Jan 2025 11:34:34 +0000 Received: from localhost (localhost [127.0.0.1]) by arvin.dk (Postfix) with ESMTP id 9C456251DE for ; Sun, 19 Jan 2025 12:34:31 +0100 (CET) X-Virus-Scanned: amavis at arvin.dk Received: from arvin.dk ([127.0.0.1]) by localhost (arvinserver4.home.borberg.arvin.dk [127.0.0.1]) (amavis, port 10024) with LMTP id 94nn0CO0DTXg for ; Sun, 19 Jan 2025 12:34:29 +0100 (CET) Received: from [192.168.2.160] (unknown [192.168.1.1]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by arvin.dk (Postfix) with ESMTPSA id BA3D01FD3A for ; Sun, 19 Jan 2025 12:34:28 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 arvin.dk BA3D01FD3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arvin.dk; s=202311171; t=1737286469; bh=CkkQTRbB+2v4OEGCXhZlDvvqo9UjNP1jsS3SoYjWoIc=; h=Date:To:From:Subject:From; b=d+HPPdd68/vQEHSYjvRvj77rHPchgrEtSJOueZBaJgBKbB7X0zd8fDucB4IotmAnW qYCu+7BprHrr4zEklOS3Hx44gNlMDuiubn2Qs7e1ZSsSHMw+BSeb0ebnNKCjJEoGaG pm05HnLJQogmJOW9pIsBdkAjwsX5frA6o1VWOic0Ew74qG8VGn27/oPuWyrtjlj/Sq BtValy32Xo12ofLqrFYBDY6aVe17ekm1jW+jDgPFSvx4Ku1mvZ4hTl30WHaHJ4jHqH 6CMhPoBQ7z/aKBNqOqZ14nDiN145/BATtMNQzXO6Qqr6FpwLKR9z2wPuZYBKcS9nj+ 3fiitDJ5z2TuA== Message-ID: <0b8f60d0-c1f5-4e1e-bb31-82e9e41640e6@arvin.dk> Date: Sun, 19 Jan 2025 12:34:28 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: pgadmin-support@lists.postgresql.org From: Troels Arvin Subject: gssenc supported? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk 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? -- Regards, Troels Arvin