EVEricky Vandinerickyvand.hashnode.dev·Apr 13, 2021 · 1 min readHow to solve SSL off on Heroku PostgresWhen you are working on a Node/Express application that connects to a Postgres database and deploys it to Heroku, you may face this error when trying to interact with the production database. error: no pg_hba.conf entry for host, SSL off What does th...00