polkovnik
Explore posts from serversDTDrizzle Team
•Created by polkovnik on 7/27/2023 in #help
Introspect failing no pg_hba.conf entry for host
I'm trying to introspect an existing postgres db. It's hosted on heroku and I'm facing
no pg_hba.conf entry for host
error. I am able to connect with TablePlus to the same db without issues.
As I'm attempting to also use ?ssl={"rejectUnauthorized":false}
to work around this I'm getting Cannot use 'in' operator to search for 'key' in {"rejectUnauthorized":false}
. Any hints on how I might get this one connected?6 replies