Relative Content

Tag Archive for pythonsslssl-certificate

SSL: CERTIFICATE_VERIFY_FAILED certificate verify failed (_ssl.c:727) or _ssl.c:1000

The problem When I run pip install certifi (or python -m pip install certifi) (pip2), I get the error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727) or if I run pip3 install certifi, I get the error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:1000) . As a result I can’t pip install anything, not even the certifi […]