Re: PostgreSQL server: authentication method 10 not supported - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PostgreSQL server: authentication method 10 not supported
Date
Msg-id 3352398.1638816950@sss.pgh.pa.us
Whole thread Raw
In response to PostgreSQL server: authentication method 10 not supported  (Ram Pratap Maurya <ram.maurya@lavainternational.in>)
List pgsql-hackers
Ram Pratap Maurya <ram.maurya@lavainternational.in> writes:
> "PHP Warning:  pg_connect(): Unable to connect to PostgreSQL server: authentication method 10 not supported in
> /var/www/html/myLavaUat/app/webroot/myLavaCronDirect/cron/mylava_stg_arch.php on line 9 "

You need to update your client's libpq to a version that knows about
SCRAM authentication, or else not use a SCRAM-encrypted password.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Transparent column encryption
Next
From: SATYANARAYANA NARLAPURAM
Date:
Subject: Re: Do we need pre-allocate WAL files during end-of-recovery checkpoint?