Re: How to debug authentication issues in Postgres

From: Hemil Ruparel <hemilruparel2002(at)gmail(dot)com>
To: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: How to debug authentication issues in Postgres
Date: 2020-11-28 16:46:45
Message-ID: CANW1aT_6=P7nZ=Qnp9pOq9G+9RJU8XmZEzn+2_1=rOewfqiWrw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks. I will

On Sat, Nov 28, 2020 at 9:49 PM Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
wrote:

> On 11/28/20 8:11 AM, Hemil Ruparel 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).
>
> At this point I would file an issue here:
>
> https://github.com/pgjdbc/pgjdbc/issues/new
>
> >
> > I was actually changing the database name and user name
> >
> > On Sat, Nov 28, 2020 at 9:28 PM Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com
> > <mailto:adrian(dot)klaver(at)aklaver(dot)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>
> > > <http://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(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
> >
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2020-11-28 19:15:11 Re: SV: Problem with pg_notify / listen
Previous Message Adrian Klaver 2020-11-28 16:19:09 Re: How to debug authentication issues in Postgres