python - Can pip access pypi without checking the SSL certificate or can it even use http instead of https? -
In my enbviroment I need to use I think this is due to problems with the certificate, because my proxy does not support So, when I can certify Any way to do this? - Try using PP with --proxy logic. Pip installation --proxy See if the error is changed. pip through my local proxy (i.e.
- Proxy command line option). I get an error when I do this
Error: [Erro 10013] Attempts have been made to restrict socket through access.
https with the certificate, but this
https without Supports certificate check. (Like
wget https://webpage.com works when I have
check_certificate = off in
.wgetrc .)
pip that this should work, I think this is the figure for the problem of pipes. The second option is to use
pip at
https , but not only to use
http .
Comments
Post a Comment