Re: Unable to connect to 9.5 via JDBC driver 1207

From: rob stone <floriparob(at)gmail(dot)com>
To: Radoslav Petrov <rado(at)edno(dot)moe>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Unable to connect to 9.5 via JDBC driver 1207
Date: 2016-02-03 18:32:10
Message-ID: 1454524330.5037.3.camel@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 2016-02-02 at 19:20 +0200, Radoslav Petrov wrote:
> Hi Rob,
> try to uncomment the following in pg_hba.conf:
> # IPv4 local connections:
> #
> host    all             all             127.0.0.1/32            trust
> To become:
> # IPv4 local connections:
> host    all             all             127.0.0.1/32            trust
> You can check the documentation here: http://www.postgresql.org/docs/
> devel/static/auth-pg-hba-conf.html
>

Mea culpa!

I haven't a clue as to why I commented out that line. Losing my
marbles, perhaps.

I put that line back into the pg_hba.conf file and everything is now
working as intended.

My apologies for raising a non-issue.

Cheers,
Rob

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2016-02-03 18:34:20 Re: Unable to connect to 9.5 via JDBC driver 1207
Previous Message Dave Cramer 2016-02-03 12:19:14 Re: Merge pgjdbc-parent-poms project into pgjdbc please