Channel binding not supported using scram-sha-256 passwords

Поиск
Список
Период
Сортировка
От Hugh Ranalli
Тема Channel binding not supported using scram-sha-256 passwords
Дата
Msg-id CAAhbUMO89SqUk-5mMY+OapgWf-twF2NA5sCucbHEzMfGbvcepA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Channel binding not supported using scram-sha-256 passwords  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-general

I've been trying to implement scram-sha-256 passwords on PostgreSQL 11.1. However, connection attempts whether through Python (psycopg2) or psql fail with the message: "channel binding not supported by this build." I've tried clearing scram_channel_binding in my global psqlrc ("\set scram_channel_binding"), with no success.

We are not using SSL for the connections, and the documentation labels this as an SASL authentication mechanism. Is SSL required for using scram-sha-256 passwords? What am I missing?

Thanks,
Hugh

--
Hugh Ranalli
Principal Consultant
White Horse Technology Consulting
e: hugh@whtc.ca

В списке pgsql-general по дате отправления:

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: Subquery to select max(date) value
Следующее
От: Nicklas Avén
Дата:
Сообщение: Re: Problems pushing down WHERE-clause to underlying view