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!
Also make sure you're not using the port number for MySQL but the one for postgres. Maybe I'm the only one silly enough to do that...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With