The following bug has been logged on the website:
Bug reference: 13463
Logged by: Anastasiia
Email address: nanaska_91@mail.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!