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 1sgog1-008Z2f-8d for pgsql-general@arkaria.postgresql.org; Wed, 21 Aug 2024 16:59:17 +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 1sgofy-00DDm2-T0 for pgsql-general@arkaria.postgresql.org; Wed, 21 Aug 2024 16:59:15 +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 1sgofy-00DDhH-Go for pgsql-general@lists.postgresql.org; Wed, 21 Aug 2024 16:59:15 +0000 Received: from mail-yb1-xb31.google.com ([2607:f8b0:4864:20::b31]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1sgofs-000lId-PX for pgsql-general@lists.postgresql.org; Wed, 21 Aug 2024 16:59:13 +0000 Received: by mail-yb1-xb31.google.com with SMTP id 3f1490d57ef6-e165ab430e7so1859889276.2 for ; Wed, 21 Aug 2024 09:59:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1724259548; x=1724864348; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=RaQFNu0vbASEh7wAcfD825Jv0sVo4ak0iF0jZHDMvL8=; b=KJ9y48Vv3h8/yML+ew5pWOOEpprlEyWRTSnuyzcMviTxqmr453Gru9q0+KVOnDRsVX AY4b8xNL8r5VLlE9jhDy4EqsO5d6dqFGck7MFjFFiwzsjdWcAlGrXUXI8VpJ9aAjpqqM IFOcrkCC4tCBJMbTNRQs11uOT0E431T6hqqec9+bNW+bhgBnneQwpZ8wuUsS4RaA9OQE f4MxrhAO1qAfMhWdJBTj4IWIx1ZiOM10kFtfp/+IAGNljXPnxqiXTC27byW62hMZLQxC SWiVy+NJ3jlW0dDe4Sqt6Swdc0a2/Jc8GvvsqLcKOvbwVBqrWyY/Sc1Hn/ZTE23NYAV1 qX6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1724259548; x=1724864348; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=RaQFNu0vbASEh7wAcfD825Jv0sVo4ak0iF0jZHDMvL8=; b=ZYl/3sCGYRrW7ITa8IVuYZ7AABWL8tbzsHj9u+Gxa4nO58r6I2KBACGflY84cxX2oE 3xHTM0VW55Xr8R2Z2wsZEeN2EmUw8ZExMbHb8nCueWv25h4syqyET3l3N9xtNkf+R3nD d+ZJfCTLdmvmBgz2hD6m7LWMPXWHLAi2kFYPQ+EjTw/zxvNWv8591uGkgTNuDe0YC4Gq uja24/nf0fUK9OnFmjZPHupiSRbsgae3/UKxYyMMr5ajCzvUSOViRsusJmi8iuBEXiF5 kiiGQ9fqeHfdfvSJkSL7lLALNXDag24V9cpp7QImeTspUMHVFkEri5aCXkF+qa225FqV mx9Q== X-Gm-Message-State: AOJu0YzwlkmmQYXO2y9dwz3rhIBk8jR6/iTq+K8scgDK2pvYuN6B2/Gb 9ISCNuJbeZHOKHqTeyxJAT2UD+RVeLLdPttPVdNYs7K6yRAm7h6QvunXCOTLO0l6dWWatGf9pc8 8TN7PPdD7l0sJqAo+nAgcgnBniOiMw8LJ X-Google-Smtp-Source: AGHT+IGqEKTiTuE15n0cMAaOl0o5JZVIdjxDps9USAt1XR4ClrQX+lDp1xHXM79E+9iz9R1Rd4jlGlIXSKoiGgEaVuE= X-Received: by 2002:a05:6902:2610:b0:e16:5343:ba60 with SMTP id 3f1490d57ef6-e166551dc4fmr3808531276.43.1724259547655; Wed, 21 Aug 2024 09:59:07 -0700 (PDT) MIME-Version: 1.0 From: Andy Hartman Date: Wed, 21 Aug 2024 12:58:56 -0400 Message-ID: Subject: Npgsql.dll To: pgsql-general@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000d6b7050620347555" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000d6b7050620347555 Content-Type: text/plain; charset="UTF-8" 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. I get this error: Exception calling "Open" with "0" argument(s): "Authentication method not supported (Received: 10)" --000000000000d6b7050620347555 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
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 iss= ues connection to server from script.

I get this error:

Excep= tion calling "Open" with "0" argument(s): "Authent= ication method not supported (Received: 10)"
--000000000000d6b7050620347555--