Channel binding not supported using scram-sha-256 passwords - Mailing list pgsql-general

From Hugh Ranalli
Subject Channel binding not supported using scram-sha-256 passwords
Date
Msg-id CAAhbUMO89SqUk-5mMY+OapgWf-twF2NA5sCucbHEzMfGbvcepA@mail.gmail.com
Whole thread Raw
Responses Re: Channel binding not supported using scram-sha-256 passwords  (Bruce Momjian <bruce@momjian.us>)
List 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 by date:

Previous
From: Rich Shepard
Date:
Subject: Re: Subquery to select max(date) value
Next
From: Nicklas Avén
Date:
Subject: Re: Problems pushing down WHERE-clause to underlying view