-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected
Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- If an exception occurs when executing a command, I executed it again in debug mode (
-vvvoption).
- OS version and name: MacOS 10.15.5
- Poetry version: 1.09
- Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/nbka/5cca8fdacc04700a1abbbfd4b31e8d4a
(irrelevant bits omitted)
Issue
Configuring a certificate for a private repo via the below doesn't work:
poetry config certificates.my-private-pypi.cert /Users/xxx/yyy_ca.pem
However pointing to the pem file via "export REQUESTS_CA_BUNDLE" will make it work. If it matters the below configs are also set:
virtualenvs.create = true
virtualenvs.in-project = true
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected