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.
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.