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 1taHTH-000O80-Nn for pgadmin-support@arkaria.postgresql.org; Tue, 21 Jan 2025 16:51:25 +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 1taHTG-001byE-OH for pgadmin-support@arkaria.postgresql.org; Tue, 21 Jan 2025 16:51:22 +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 1taHTG-001by6-HQ for pgadmin-support@lists.postgresql.org; Tue, 21 Jan 2025 16:51:22 +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 1taHTD-000kbH-29 for pgadmin-support@lists.postgresql.org; Tue, 21 Jan 2025 16:51:22 +0000 Received: from localhost (localhost [127.0.0.1]) by arvin.dk (Postfix) with ESMTP id E6574251DE for ; Tue, 21 Jan 2025 17:51:13 +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 n6oy3Mhp4DYA for ; Tue, 21 Jan 2025 17:51:11 +0100 (CET) Received: from [192.168.1.8] (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 D69721FD3A for ; Tue, 21 Jan 2025 17:51:11 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 arvin.dk D69721FD3A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arvin.dk; s=202311171; t=1737478271; bh=960+dynuHrc325mbZpn4O9VgSFnvfgx8i0s4veHf7Bg=; h=Date:Subject:To:References:From:In-Reply-To:From; b=A6XsCR12AqbeUW3KVpuE3zlAzsH/to3BlRMSbBq6HOhwLKbv4iwX9IU9+KiUgyOMu DLhV/WZr+JeChDzcPUeJleVzUgqUELLnhE8l0OKx54Oho6/VC9iOzsj8/WNWxV+BmV UC9U7K2HtnHM0i1KxUHUsJOdpVtmipQ+sUSjKvCZYCPNMV5nj1YrLAaYicnX7EDqAP moRRztvPeuy96RGEBd4wZUDER+r1ehzAqFR1OUF1n/AFERDgI1/8Dd5COpYPujcCOQ cWxXQaLMzQcTCCwb7C/0fM53TwcK8UiAHJjRE3+Y0ou22VyTGf0F8W+THnfcnChpwC zXoxA07WZJP6A== Message-ID: Date: Tue, 21 Jan 2025 17:51:11 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: gssenc supported? Content-Language: en-US To: pgadmin-support@lists.postgresql.org References: <0b8f60d0-c1f5-4e1e-bb31-82e9e41640e6@arvin.dk> From: Troels Arvin In-Reply-To: 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, Khushboo Vashi wrote: >   Have you tried connecting Postgres Server with PSQL? Yes, I've tried the psql.exe which is shippe with pgadmin. And I've tried psql.exe from the latest Windows installer from https://www.enterprisedb.com/downloads/postgres-postgresql-downloads Both work when having hostnogssenc in pg_hba.conf. But both do not work when hostgssenc is used in pg_hba.conf. Does someone know why those binaries are not compiled with support for hostgssenc? -- Regards, Troels Arvin