Subject: | Postgres SHA-25 authentication issue |
Date: | Fri, 4 Oct 2019 14:33:04 +0000 |
To: | "bug-DBD-Pg [...] rt.cpan.org" <bug-DBD-Pg [...] rt.cpan.org> |
From: | Joycel Lagarza <jlagarza [...] mosscm.com> |
Connecting to Postgres I get the following error:
DBI connect('dbname=db;host=host;port=5432','user',...) failed: authentication method 10 not supported
This is my connection string
#connect to database
my $dbh = DBI->connect("dbi:Pg:dbname=$dbname;host=$host;port=$port",
$username,
$password
);
perl 5, version 24, subversion 0 (v5.24.0) built for MSWin32-x64-multi-thread
DBD::Pg version 3.10.0