BUG #13463: fatal 28000 no pg_hba.conf entry for host

From: nanaska_91(at)mail(dot)ru
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13463: fatal 28000 no pg_hba.conf entry for host
Date: 2015-06-23 16:09:48
Message-ID: 20150623160948.3874.322@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13463
Logged by: Anastasiia
Email address: nanaska_91(at)mail(dot)ru
PostgreSQL version: 9.4.0
Operating system: Windows Server 2012 R2
Description:

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:

# TYPE DATABASE USER ADDRESS METHOD

# IPv4 local connections:
hostnossl all all 0.0.0.0/0 md5
# IPv6 local connections:
host all all ::1/128 md5
# Allow replication connections from localhost, by a user with the
# replication privilege.
#host replication postgres 127.0.0.1/32 md5
#host replication postgres ::1/128 md5

But I can't connect anyway. What should I do? Please, help!

Thanks!

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message John R Pierce 2015-06-23 23:28:35 Re: BUG #13463: fatal 28000 no pg_hba.conf entry for host
Previous Message Peter Eisentraut 2015-06-23 13:50:36 Re: BUG #13440: unaccent does not remove all diacritics