-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
poetry config certificates.my-private-pypi.cert doesn't work #2593
Comments
I can't seem to make export REQUESTS_CA_BUNDLE work either. When set, Pip works fine. Poetry not so much. Configured as per the documentation. https://python-poetry.org/docs/repositories/ using poetry version 1.1.4 |
same issue here |
This is fixed with #5518, which is pre-released in 1.2.0b2
|
I can confirm this is fixed in Poetry 1.2.0b2 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).(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:
The text was updated successfully, but these errors were encountered: