How to solve SSL off on Heroku Postgres
When 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...
erickyvand.hashnode.dev1 min read