Certificate verify failure with version 2015.9.6.2 of the certifi package
I just spent the past hour trying to troubleshoot this error message I was getting from the requests package when communicating with the MailChimp API:
SSLError: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
I just provisioned a production server running Ubuntu 14.04 x64 for a new Django project and had been pulling my hair out trying to figure out why it was throwing this error when our stage server works perfectly. Finally I decided to …