A Fix for OperationalError: (psycopg2.OperationalError) SSL error: decryption failed or bad record mac

The fix for a confusing psycopg2 SSL error caused by sharing database connections across uWSGI forked workers.

September 4, 2019 · itsahill00