I am writing a web app which should connect to a database in a server within my personal network but I am having trouble. I get the following error message:
There is no record on pg_hba.conf for 192.168.1.77, user postgres, database restaurant, SSL inactive.
I have checked the configuration files on the server machine as follows:
* The listen_addresses parameter in postgresql.conf equals *.
* The pg_hba.conf has an entry of type=host, database=all, user=all, IP-Address=
192.168.1.77/32, Password=md5.
What else can I check?
Respectfully,
Jorge Maldonado