Skip to content

poetry config certificates.my-private-pypi.cert doesn't work #2593

@z0h

Description

@z0h
  • 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 (-vvv option).

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions