Proxy를 쓴다던가 해서 인증서 오류 등으로 CERTIFICATE_VERIFY_FAILED 에러가 났을 때-중간에서 내용물을 MITM등으로 본다던가 하려고 하는 거겠지…-, 아래처럼 –trusted-host 옵션을 사용한다.
pip install pycurl –proxy PROXY_ADDRESS:PORT –trusted-host pypi.python.org
pip install selenium --proxy IP:PORT --trusted-host pypi.org --trusted-host files.pythonhosted.org
이걸 아예 계속 쓰려면 Windows 기준으로는 $HOME/pip/pip.ini 파일을 만든 후 다음과 같이 써준다.
[global]
proxy = http://12.26.226.2:8080
trusted-host = pypi.python.org
pypi.org
files.pythonhosted.org