I am getting below error, when trying to connect to enterprise DB, any information is appreciated.
psycopg2.OperationalError: FATAL: client authentication failed
DETAIL: no pool_hba.conf entry for host "xxx.xx.xx.xxx", user "enterprisedb", database "enterprisedb", SSL off
HINT: see pgpool log for details
import psycopg2
conn = psycopg2.connect(database="enterprisedb", user = "enterprisedb", password = "wifimsdp", host = "xx.xxx.xx.xxx", port = "5431")
have the below entry in pool_hba.conf
"local" is for Unix domain socket connections only
local all all trust