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

python-dateutil gotcha

A small python-dateutil parsing gotcha that is easy to miss when working with dates.

November 30, 2018 · itsahill00

nsxchecker: Verify the health of your NSX network

Introducing nsxchecker, a Python tool for quickly checking the operational health of NSX logical networks.

October 7, 2014 · itsahill00

Determining Enabled VLANs from SNMP with Python

A practical Python and SNMP approach for discovering which VLANs are enabled on network devices.

December 13, 2013 · itsahill00