【发布时间】:2014-02-19 03:07:40
【问题描述】:
我正在使用最新的 pip 运行 ubuntu 13.10。
我为我的公司代理安装了一整套 SSL 证书,具体如下: https://askubuntu.com/questions/73287/how-do-i-install-a-root-certificate 现在。
Firefox 不再抱怨无法识别的证书,但我仍然得到:
Could not fetch URL http://pypi.python.org/simple/: There was a problem confirming the
ssl certificate: [Errno 1] _ssl.c:509: error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
用点子?
我已尝试将设置添加到 $HOME/.pip/pip.conf
[global]
cert = /etc/ssl/certs/mycorporatecert.pem
还有
谢谢
【问题讨论】: