Re: How to debug authentication issues in Postgres - Mailing list pgsql-general

From Daniele Varrazzo
Subject Re: How to debug authentication issues in Postgres
Date
Msg-id CA+mi_8avwXgPaWtPoUW=cu794R5hhJ8S+7u28ALasROtii-W-Q@mail.gmail.com
Whole thread Raw
In response to Re: How to debug authentication issues in Postgres  (Hemil Ruparel <hemilruparel2002@gmail.com>)
Responses Re: How to debug authentication issues in Postgres  (Hemil Ruparel <hemilruparel2002@gmail.com>)
List pgsql-general
IIRC you need libpq at least 10 to use password encryption other than md5. Maybe your java client uses an older version, or no libpq at all and the client library misses that feature?

-- Daniele 


On Sat, 28 Nov 2020, 16:12 Hemil Ruparel, <hemilruparel2002@gmail.com> wrote:
I am unable to connect using Java in general. And DataGrip runs on Java as far as I know. My backend in python runs perfectly fine using the psycopg2 library (postgres driver for python).

I was actually changing the database name and user name

On Sat, Nov 28, 2020 at 9:28 PM Adrian Klaver <adrian.klaver@aklaver.com> wrote:
On 11/28/20 6:10 AM, Hemil Ruparel wrote:
> Line 88 is this line: host    database    user 0.0.0.0/0
> <http://0.0.0.0/0>               scram-sha-256.
>
> I might have forgotten to change one of the names in the earlier mails.
>

Change from what? This should just be a copy and paste or am I missing
something?


--
Adrian Klaver
adrian.klaver@aklaver.com

pgsql-general by date:

Previous
From: Hemil Ruparel
Date:
Subject: Re: pgdump version mismatch error. server version: 13.0; pg_dump version: 12.4
Next
From: Adrian Klaver
Date:
Subject: Re: pgdump version mismatch error. server version: 13.0; pg_dump version: 12.4