İşte paketleri yüklerken pip için --cert bayrağını kullanmaktan kaçınabileceğim bir yol olup olmadığını anlamaya çalışıyorum. Proxy ile, mycert.crt
dosyayı ekleyip /usr/local/share/ca-certificates
çalıştırmamıza rağmen, yalnızca bu bayrağı sağladığımda ihtiyacım olan paketleri indirmeme izin veren bazı sorunlar var sudo update-ca-certificates
.
Gördüğüm mesajlara bir örnek:
$ pip install "virtualenv>=1.10.1"
Downloading/unpacking virtualenv>=1.10.1
Could not fetch URL https://pypi.python.org/simple/virtualenv/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed>
Will skip URL https://pypi.python.org/simple/virtualenv/ when looking for download links for virtualenv>=1.10.1
Could not fetch URL https://pypi.python.org/simple/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed>
Will skip URL https://pypi.python.org/simple/ when looking for download links for virtualenv>=1.10.1
Cannot fetch index base URL https://pypi.python.org/simple/
Could not fetch URL https://pypi.python.org/simple/virtualenv/: There was a problem confirming the ssl certificate: <urlopen error [Errno 1] _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed>
Will skip URL https://pypi.python.org/simple/virtualenv/ when looking for download links for virtualenv>=1.10.1
Could not find any downloads that satisfy the requirement virtualenv>=1.10.1
Cleaning up...
No distributions at all found for virtualenv>=1.10.1
Storing complete log in /tmp/tmpwW5qXD
Bu, aşağıdakiler kullanılarak çözülebilir:
pip install --cert=/usr/local/share/ca-certificates/mycert.crt
Ancak, bunu yapmak zorunda kalmamayı tercih ederim (diğer uygulamaların bu sorunla karşılaştığından eminim).
Linux Mint 15 kullanıyorum (daha önce Ubuntu 12.04'te çok benzer sorunlarım vardı), pip sürüm 1.4.1.