Monthly Archives: January 2015

FreeBSD: SSL: CERTIFICATE_VERIFY_FAILED


Sometimes, when installing some python module with pip or easy_install the following error arises:   [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed In FreeBSD 10.1 it can be quickly fixed doing: pkg install ca_root_nss-3.17.3_1 ln -s /usr/local/share/certs/ca-root-nss.crt /etc/ssl/cert.pem

Posted in BSD, FreeBSD | 1 Comment