kalebmckale
kalebmckale
Also, after that, can you run `pipenv install six --skip-lock` in a fresh environment (or run `pipenv --rm` to remove the virtual environment)? I just want to verify if this...
Digging through the code, it appears that during locking, a `requests.Session` is created to get hashes from `pypi.org`. This GET request is independent of the settings for `pip` and its...
It’s not really my call, but also (and I need to verify this later when I have more time), I don’t believe you need a client cert when connecting to...
It seems strange to me that the base docker image doesn’t contain the CA cents bundle or there wouldn’t be one available. *shrugs* Nevertheless, if this bug is solved; I...
Side note: after some quick searches, I discovered that conda can install the [ca certificates](https://anaconda.org/anaconda/ca-certificates): ```sh conda install -c anaconda ca-certificates ```
Hey @gdiepen! This is actually related to one of the updates I made (see #5572 / #5615). With environment variable PIP_TRUSTED_HOSTS, you can usually set this variable equal to false...
@matteius @gdiepen As soon as I am able, I hope to consolidate all the index SSL logic so it’s applied consistently and uniformly across all options.
Got `cat: can't open '/dev/fd/63': No such file or directory` when trying to use pyenv. Any updates on a fix?
Did this get merged?