What is the cause and fix for the error FATAL: no pg_hba.conf entry for host “host”, user “user”, database “db”, SSL off in postgres
The error message FATAL: no pg_hba.conf entry for host “host”, user “user”, database “db”, SSL off indicates that the client connection from the specified host to the PostgreSQL server for the given user and database is not allowed based on the current settings in the pg_hba.conf file. The pg_hba.conf file controls which hosts are allowed …