Re: Unable to connect to 9.5 via JDBC driver 1207 - Mailing list pgsql-jdbc

From rob stone
Subject Re: Unable to connect to 9.5 via JDBC driver 1207
Date
Msg-id 1454524330.5037.3.camel@gmail.com
Whole thread Raw
In response to Re: Unable to connect to 9.5 via JDBC driver 1207  (Radoslav Petrov <rado@edno.moe>)
Responses Re: Unable to connect to 9.5 via JDBC driver 1207  (Dave Cramer <pg@fastcrypt.com>)
List 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


pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Merge pgjdbc-parent-poms project into pgjdbc please
Next
From: Dave Cramer
Date:
Subject: Re: Unable to connect to 9.5 via JDBC driver 1207