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 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.   

I think this is due to problems with the certificate, because my proxy does not support 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 .)

So, when I can certify 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 .

Any way to do this?

- Try using PP with --proxy logic. Pip installation --proxy See if the error is changed.

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -