SCRAM Error

From: Logan Greenlee <logan(at)thegreenlees(dot)us>
To: pgsql-odbc(at)postgresql(dot)org
Subject: SCRAM Error
Date: 2020-10-10 03:24:03
Message-ID: CAGXY7a-cyGHJJH5tWhFT40RPKeO=ftRgr70BFwyB6LDkVkVm-w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello,

I am receiving an error "SCRAM Authentication requires libpq version 10 or
above".

[33236-0.001] mylog.c[logs_on_off]274: mylog_on=1 qlog_on=1
[33236-0.002]connection[CC_connect]1062: entering...sslmode=disable
[33236-0.002]connection[LIBPQ_CC_connect]1034: entering...
[33236-0.005]connection[CC_initial_log]982: Driver Version='09.06.0500,Jan
25 2019' linking 1800 dynamic Multithread library
[33236-0.006]connection[CC_initial_log]1017: DSN = '', server =
'localhost', port = '5433', database = 'Trades', username = 'postgres',
password='xxxxx'
[33236-0.009]connection[LIBPQ_connect]2670: connecting to the database
using localhost as the server and pqopt={}
[33236-0.074]connection[CC_set_error_statements]1215: entering
self=0000018D5F2A8140
[33236-0.078]connection[CC_log_error]2527: CONN ERROR: func=LIBPQ_connect,
desc='', errnum=101, errmsg='SCRAM authentication requires libpq version 10
or above
'
[33236-0.078]connection[LIBPQ_connect]2817: Could not establish connection
to the database; LIBPQ returned -> SCRAM authentication requires libpq
version 10 or above

[33236-0.081]connection[LIBPQ_connect]2859: leaving 0
[33236-0.081]connection[CC_log_error]2527: CONN ERROR:
func=PGAPI_DriverConnect, desc='Error from CC_Connect', errnum=101,
errmsg='SCRAM authentication requires libpq version 10 or above
'

Is this due to the libpq version being insufficient in the driver? I am
connecting to a 13 instance. I tried to go to md5 but it seemed to have no
effect.

Thanks,
Logan

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Tom Lane 2020-10-10 16:01:49 Re: SCRAM Error
Previous Message Daniil Megrabyan 2020-10-02 12:29:40 How to release savepoints properly?