I am trying to connect to PostgreSQL from my local system, but It gives me the error "connection to the server at "pgsql0.serv00.com" (91.185.187.4X), port 5432 failed: FATAL: no pg_hba.conf entry for host "myip", user "p5196_mydb", database "p5196_mydb", no encryption.
Basically, I want to write host all all 0.0.0.0/0 md5
in pg_hba.conf which Requires a password for all users connecting from any location to any database.