I am running a Django project with PostgreSQL (postgresql_psycopg2) on a shared host (using fcgi). To clarify: I am currently not using SSL.
After deploying my project and running python manage.py syncdb on the command-line, I get the following error:
"OperationalError: received invalid response to SSL negotiation: 2" This is the message I see on every debug page whenever I try to connect to the DB.
Thanks!