> On 21 Aug 2024, at 18:58, Andy Hartman <hartman60home@xxxxxxxxx> 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