-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Download a package from a private repository with bad certificate #1700
Comments
Thanks for your quick answer ! I do not use the --trusted-host parameter while using pip install, but I've my credentials installed in the Look's like I already have this cert in my "system trust store" (not sure of what I've to put on it...) |
Are you using the latest version of Note we don't support reading from the |
Yes, I do. Fresh install using pipx -- 0.1.5 |
Thanks I'll look into this! |
What is the recommended
Thus running |
Hi,
when running
successfully installed
getting the following error:
I also had an issue with the
i get the following error
|
Hi! We don't have keyring support yet. You can track that at #1520 We also do not support specifying |
These should now be supported through |
Hi,
I'm using a requirements.txt file, with some packages from a private repository. This repo is based on a private gitlab, with a self-signed certificate (Cannot use a right one, for some infrastructure reasons...)
I can install my packages from this repo using
pip install -r ...
but not usinguv pip install -r ...
.My requirements.txt:
With
pip
:Witih
uv pip
Thanks for your help !
The text was updated successfully, but these errors were encountered: