Let’s Encrypt AttributeError: ‘X509’ object has no attribute ‘_x509’

While doing the let’s encrypt thing for one of my boxes, I got an annoying error. Fix by:

sudo yum remove python-requests python-urllib3
sudo pip install requests==2.11.1 urllib3
sudo yum install python-certbot-apache

Yes it is ugly.