I have a domain at HelioHost.org, where I want to connect to a PostgreSQL server, which they supposedly support. But I get the following error message when looking at my PHP files in Firefox:
Warning: pg_connect(): Unable to connect to PostgreSQL server: FATAL: no pg_hba.conf entry for host "64.62.211.132", user "username", database "database_name", SSL off in /pathway/php_file.php on line 555
I am new to working with servers and web hosting. Do I have to edit the pg_hba.conf
file on their server to get this to work, and is there in that case a way to do this? You can use phpPgAdmin from HelioHost.org, but I can't find a way to edit this file from there.