I'm trying to push my local postgres db to heroku and I get the following SSL error:
psql: sslmode value "require" invalid when SSL support is not compiled in
I uninstalled postgres and reinstalled it with the configuration
./configure --with-includes=/usr/local/ssl/include
I also changed the ssl setting in my postgresql.conf file to "on" and sent a SIGHUP signal to the server and still get the same error.
Is there something I'm overlooking? I don't think it should be this difficult to push to heroku.