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 1t5jyt-00848x-UM for pgsql-general@arkaria.postgresql.org; Tue, 29 Oct 2024 11:01:48 +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 1t5jyr-00FK2j-EK for pgsql-general@arkaria.postgresql.org; Tue, 29 Oct 2024 11:01:45 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t5jyq-00FK2a-TZ for pgsql-general@lists.postgresql.org; Tue, 29 Oct 2024 11:01:45 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t5jyn-003RAl-MP for pgsql-general@lists.postgresql.org; Tue, 29 Oct 2024 11:01:43 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 2F6EF13A9C5 for ; Tue, 29 Oct 2024 12:01:38 +0100 (CET) Received: from s934.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 18DCA13ACB2; Tue, 29 Oct 2024 12:01:38 +0100 (CET) Received: from s474.loopia.se (unknown [172.22.191.6]) by s934.loopia.se (Postfix) with ESMTP id 173677CEA80; Tue, 29 Oct 2024 12:01:38 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s474.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s981.loopia.se ([172.22.191.6]) by s474.loopia.se (s474.loopia.se [172.22.190.14]) (amavisd-new, port 10024) with UTF8LMTP id BiVIVGthA8sy; Tue, 29 Oct 2024 12:01:37 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from smtpclient.apple (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s981.loopia.se (Postfix) with ESMTPSA id A3BBF22B17B8; Tue, 29 Oct 2024 12:01:37 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1730199697; bh=7Lj/OiFBijugffYEFNDukJWDtSfGavNUV1pwri7NQ7Y=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=IIPOflhpfstyS4FQUQQ9N5UVWUd51vbj93eIbnnF4UfVs1qtYvxVhuFNSEolqjZ3w mqFBV5JhnvkrwOnEaVjdifY6taJ9z0bnFkmw02WaxSBiSXHAGynbWDpT/CgA8TozyQ AAsc8P+tfZ3PDCTy9yRtP9nN84HtP7OiSsvYOMxClUjWUOWEChv7ZRY0i9xObjM4M5 H54weqFRfqya54UIQ8VKYcUeCH0I6ukP55EIHMAdf60Ly63yoKCgV6xz0QbBPBZxif cp4xnDmsO8MZqf49WfoZoZoGhw1fd/Ftz3fIlfwBNKsM+aYs2veBvv5p2Ujz08wy7t vFXnvt4MkmuYw== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.600.62\)) Subject: Re: Compatibility Issues with Npgsql and .NET Framework 3.5 after Upgrading to PostgreSQL 16.3 From: Daniel Gustafsson In-Reply-To: Date: Tue, 29 Oct 2024 12:01:26 +0100 Cc: "pgsql-general@lists.postgresql.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: To: =?utf-8?B?6aas44CA6aiw6aOb?= X-Mailer: Apple Mail (2.3774.600.62) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 29 Oct 2024, at 04:25, =E9=A6=AC=E3=80=80=E9=A8=B0=E9=A3=9B = wrote: >=20 > Thank you very much for your reply.=20 > However, after installing PostgreSQL 16.4, our server still encounters = the following error when connecting to the database, just like with = version 16.3: > =E2=80=9COnly AuthenticationClearTextPassword and = AuthenticationMD5Password supported for now. Received: 10=E2=80=9D. > Could you please advise how to resolve this error? Should we also = update Npgsql? If Npgsql needs to be updated, to which version should we = update it? I don't know the first thing about Npgsql so I can't offer any advice, = but it sounds like the problems is that the server wants to use SCRAM passwords = and your version of npgsql only support cleartext and md5. Changing the = METHOD in pg_hba.conf to md5 could fix the immediate problem perhaps but upgrading = to a version that support SCRAM seems the most appropriate (especially since = md5 passwords are likely going away soon). -- Daniel Gustafsson