pg_hba.conf is the Postgres config file; Hyperdrive is attempting to connect and getting that back.
wrangler dev.
SELECT data FROM my_table WHERE primary_key = 1234;) with a large result (data is a couple hundred KB in size), Hyperdrive sometimes responds correctly (with one row) and sometimes responds incorrectly (with no rows)cfd355bcff7e6af6838743ae944184b00bbf89fd8f5544b4a313f26006174018--remote enabled. I believe this bypasses Hyperdrive entirely, so if the issue relates to CF at all, perhaps it's a Wrangler thing not HD. Either way it's a blocker for me right now.
--remote implying usage of HD, just checked.heroku config:set PGSSLMODE=require"errors": [
{
"code": 2011,
"message": "Network connection to the provided host:port was refused. Please check the that host and port are correct and that the database allows connections from public IP addresses."
}
],