Re: Authentication: MD5 to SCRAM-SHA-256 error

From: Christoph Moench-Tegeder <cmt(at)burggraben(dot)net>
To: Dave Hughes <dhughes20(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Authentication: MD5 to SCRAM-SHA-256 error
Date: 2019-11-15 16:44:39
Message-ID: 20191115164439.GA2433@elch.exwg.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

## Dave Hughes (dhughes20(at)gmail(dot)com):

> However when I try to log in now, via command line, I receive the error:
> "psql: authentication method 10 not supported".

Your client (more precisely: it's libpq) is not ready for SCRAM.
I guess you're using an older (<10) client version? Mixed up
packages?

Regards,
Christoph

--
Spare Space

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Lumby 2019-11-15 18:37:25 access to original-statement predicates in an INSTEAD-OF row trigger
Previous Message Adrian Klaver 2019-11-15 16:38:55 Re: Authentication: MD5 to SCRAM-SHA-256 error