Channel binding not supported using scram-sha-256 passwords

From: Hugh Ranalli <hugh(at)whtc(dot)ca>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Channel binding not supported using scram-sha-256 passwords
Date: 2019-02-15 20:41:37
Message-ID: CAAhbUMO89SqUk-5mMY+OapgWf-twF2NA5sCucbHEzMfGbvcepA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)whtc(dot)ca

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nicklas Avén 2019-02-15 20:43:21 Re: Problems pushing down WHERE-clause to underlying view
Previous Message Rich Shepard 2019-02-15 20:38:59 Re: Subquery to select max(date) value