Npgsql.dll

Started by Andy Hartmanover 1 year ago2 messagesgeneral
Jump to latest
#1Andy Hartman
hartman60home@gmail.com

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)"

#2Daniel Gustafsson
daniel@yesql.se
In reply to: Andy Hartman (#1)
Re: Npgsql.dll

On 21 Aug 2024, at 18:58, Andy Hartman <hartman60home@gmail.com> wrote:

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)"

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