Pip search fails with private index url #6884
Labels
auto-locked
Outdated issues that have been locked by automation
C: search
'pip search'
type: support
User Support
Environment
Description
I am searching for a package in custom repository. The repository is hosted with SSL and protected by basic auth.
pip search
command fails with 403 Client Error as follows:I also tried adding
simple
to the URL, which gives me a 405:Expected behavior
pip search
to not fail.I am able to browse the repository using the web browser. This also returns a valid response:
The text was updated successfully, but these errors were encountered: