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 1sgosP-008bCv-19 for pgsql-general@arkaria.postgresql.org; Wed, 21 Aug 2024 17:12:05 +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 1sgosM-00DLwU-Bg for pgsql-general@arkaria.postgresql.org; Wed, 21 Aug 2024 17:12:02 +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 1sgosL-00DLwJ-Tb for pgsql-general@lists.postgresql.org; Wed, 21 Aug 2024 17:12:02 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sgosI-000oCG-NP for pgsql-general@lists.postgresql.org; Wed, 21 Aug 2024 17:12:01 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 0E9B457062 for ; Wed, 21 Aug 2024 19:11:58 +0200 (CEST) Received: from s980.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id F3DEA582BF; Wed, 21 Aug 2024 19:11:57 +0200 (CEST) Received: from s472.loopia.se (unknown [172.22.191.6]) by s980.loopia.se (Postfix) with ESMTP id F265B2201561; Wed, 21 Aug 2024 19:11:57 +0200 (CEST) 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: s472.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s979.loopia.se ([172.22.191.6]) by s472.loopia.se (s472.loopia.se [172.22.190.12]) (amavisd-new, port 10024) with LMTP id DmpJ274dK6hJ; Wed, 21 Aug 2024 19:11:57 +0200 (CEST) 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 s979.loopia.se (Postfix) with ESMTPSA id 488A910BC493; Wed, 21 Aug 2024 19:11:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1724260317; bh=lB+L2AByPxcidhrTPrcdpNcGVJisTBIdIJe7wMg8zrE=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=QBf1HOXF3OdGyTfYxBwcnFyf3g+G/K3LBZmGxP9683WnHq6huLBljvT+TzQE3XY7R Ej04HPKkSkNu5uXJUE1OHb3QdLNL6Jk+EDt39qM5FOr2GeiX57aeKGYB+el9JewNc5 mZdydVdw38tlRL+2tBwcOGfzagqEpA/cX1UfdaXpmOnLbzr/6INJwJWEAZi9DU1LIZ AOcPJv6p3Dbkmczk0mwvpg6CIE0z6EJqQ4qFQTZE+2x80FvIl3lH3nQ6crVSaph4zq rDv4nY683LTyw0xfCZ6y50UJd0wFGOuPOiVxchvwvZyR3cBNTFJPsVZ36ZKuMpSmm/ VuCd/1919KY5Q== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.600.62\)) Subject: Re: Npgsql.dll From: Daniel Gustafsson In-Reply-To: Date: Wed, 21 Aug 2024 19:11:46 +0200 Cc: pgsql-general@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Andy Hartman 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 21 Aug 2024, at 18:58, Andy Hartman = wrote: >=20 > I'm trying to get the latest version so I can use it in my Powershell = script. I think I have 4.51 but having issues connection to server from = script. >=20 > I get this error: >=20 > Exception calling "Open" with "0" argument(s): "Authentication method = not supported (Received: 10)" Thats unfortunately a known regression in the latest minor releases, and = will be fixed in the upcoming releases. Using a recent version of npgsql and ideally TLS1.3 is a workaround. -- Daniel Gustafsson