Re: BUG #13463: fatal 28000 no pg_hba.conf entry for host - Mailing list pgsql-bugs

From John R Pierce
Subject Re: BUG #13463: fatal 28000 no pg_hba.conf entry for host
Date
Msg-id 5589EBA3.9040104@hogranch.com
Whole thread Raw
In response to BUG #13463: fatal 28000 no pg_hba.conf entry for host  (nanaska_91@mail.ru)
List pgsql-bugs
On 6/23/2015 9:09 AM, nanaska_91@mail.ru wrote:
> I can't connect to remote PostgreSQL database: error "28000 no pg_hba.conf
> entry for host" occurs.
>
> I've opened port 5432 in Firewall, my pg_hba.conf file looks like:

what is the listen_addresses parameter in postgresql.conf ?  the default
is to listen to localhost only.   change it to...

listen_addresses = '*'

and restart postgresql to take effect.



--
john r pierce, recycling bits in santa cruz

pgsql-bugs by date:

Previous
From: nanaska_91@mail.ru
Date:
Subject: BUG #13463: fatal 28000 no pg_hba.conf entry for host
Next
From: corey.huinker@gmail.com
Date:
Subject: BUG #13464: Optimizer fails to use partial index on boolean when selected via "IS" operator.