I recently upgraded to python 2.7.9, and I'm experiencing all sorts of SSL errors:
.SSL verification error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
I paid for an SSL certificate, how do I set it up so that python stops complaining. I received a .crt file, how do I convert that to a .pem? Also, is there any way to fix this globally, such that I don't have to go and change all my all code?
Thanks!
FYI, when I type this: conda install python=2.7.7, I get these errors:
Fetching package metadata: SSL verification error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
SSL verification error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
.SSL verification error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
SSL verification error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)
so this has nothing to do with any specific URLs, it's a configuration issue, and my question is how do I tell python where to look for my .crt files.