When pip is configured to use an extra index at at https:// location it should not follow http:// redirects to download packages or find links (at least not by default). It seems that some pypi servers such as pypicloud (stevearc/pypicloud#60) can in some cases end up redirecting to a http:// location for downloads that pip follows even if the initial index url was https://.
When pip is configured to use an extra index at at
https://location it should not followhttp://redirects to download packages or find links (at least not by default). It seems that some pypi servers such as pypicloud (stevearc/pypicloud#60) can in some cases end up redirecting to ahttp://location for downloads that pip follows even if the initial index url washttps://.