Re: jdbc pg_hba.conf error - Mailing list pgsql-general

From Bhavana.Rakesh
Subject Re: jdbc pg_hba.conf error
Date
Msg-id 465DA6AE.7030904@noaa.gov
Whole thread Raw
In response to jdbc pg_hba.conf error  ("Bhavana.Rakesh" <Bhavana.Rakesh@noaa.gov>)
Responses Re: jdbc pg_hba.conf error
Re: jdbc pg_hba.conf error
List pgsql-general
Oliver,

When I do a :
                    psql -p 5000 testing123
I can make a connection.  However, when I do a
	psql -U brakesh -h 127.0.0.1 -d testing123

I get the followign error:

psql: FATAL:  no pg_hba.conf entry for host "127.0.0.1", user "brakesh", database "testing123", SSL off


Oliver Elphick wrote:
On Wed, 2007-05-30 at 12:11 -0400, Bhavana.Rakesh wrote: 
I used the example in the following URL

http://www.postgresql.org/docs/7.3/static/client-authentication.html   
That does have local rather than host, of course.

Are you using PostgreSQL 7,3 as well?
 
Thanks for the catch on "host" instead of "local".  I made that
change, and reloaded pgsql..   But I still get the same error.  I can
connect to the database using psql client, but my java connection
seems to be failing.   
Were you using the exact same parameters for psql?
 psql -U brakesh -h 127.0.0.1 -d testing123
 

pgsql-general by date:

Previous
From: "Bhavana.Rakesh"
Date:
Subject: Re: jdbc pg_hba.conf error
Next
From: Martijn van Oosterhout
Date:
Subject: Re: jdbc pg_hba.conf error