Re: PostgreSQL server: authentication method 10 not supported

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL server: authentication method 10 not supported
Дата
Msg-id 3352398.1638816950@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL server: authentication method 10 not supported  (Ram Pratap Maurya <ram.maurya@lavainternational.in>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Transparent column encryption
Следующее
От: SATYANARAYANA NARLAPURAM
Дата:
Сообщение: Re: Do we need pre-allocate WAL files during end-of-recovery checkpoint?