Re: BUG #16736: SCRAM authentication is not supported by this driver

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Walter Weinmann <walter(dot)weinmann(at)gmail(dot)com>
Cc: walter(at)konnexions(dot)ch, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16736: SCRAM authentication is not supported by this driver
Date: 2020-11-26 15:54:59
Message-ID: 619348.1606406099@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Walter Weinmann <walter(dot)weinmann(at)gmail(dot)com> writes:
> I use the official PostgreSQL image of DockerHub (docker pull
> postgres:13.1) Is it possible that in 13.1 the default password encryption
> has been changed to scram-sha-256? That would explain my problem, because
> in the image the parameter *password_encryption* in *postgresql.conf* is
> commented out.

Seems unlikely, but the pg_settings row for password_encryption would
tell you more about what the active setting is and where it came from.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2020-11-26 16:04:53 Re: BUG #16747: Unexpected behaviour of the overlaps function
Previous Message PG Bug reporting form 2020-11-26 15:24:27 BUG #16747: Unexpected behaviour of the overlaps function