-
Hi all, I'm encountering a potential issue when trying to connect to a company internal artifactory pypi repo which requires authentication. The exception encountered is: Contents of [pypi]
url = "https://<username>:<password>@artifactory.example.com/artifactory/api/pypi/pypi-remote/simple"
verify_ssl = false
[pypi.extra]
url = "https://<username>:<password>@artifactory.example.com/artifactory/api/pypi/pypi-extra/simple"
verify_ssl = false PDM version: When I run I have also tried adding Is this a potential bug, or am I doing something wrong here? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Try a different config pattern: [pypi]
url = "https://artifactory.example.com/artifactory/api/pypi/pypi-remote/simple"
verify_ssl = false
username = "<username>"
password = "<password>" |
Beta Was this translation helpful? Give feedback.
-
FYI the redacted PDM log looks like this:
Perhaps the issue lies with |
Beta Was this translation helpful? Give feedback.
FYI the redacted PDM log looks like this: