-
Notifications
You must be signed in to change notification settings - Fork 288
Pixi add not working behind proxy and firewall #1035
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
Comments
Hey could you let us know if it works with |
unfortunately still the same error. For testing, i tried to create another env with conda and i got the following error
After pointing conda to the certificate the process works normally/as expected So i guess the same config is missing here in pixi?
|
@baszalmstra didn't we see this before with the |
Would it be possible to add the certificate to you're systems root trust store? Pixi does read certificates from there. It doesnt support passing a custom self signed certificate. |
unfortunately the machine is locked down (all the dev machines are). I have no rights to update the cert store and this is why i manually enter the value to the conda config. |
so i tried on another work machine that has the certficates added to the systems root store and i get the following error
|
i think i have figured out the solution for windows (should be the same for other OS too). It requires the Rustls mentions the For proxy , I followed the steps from conda documentation as mentioned here and listed below for sake of clarity
After this open a new terminal and the pixi commands e.g |
Closing this Issue for now with the latest comment from @vigneshmanick as solution. |
@ruben-arts should we track that we want to add |
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pixi, using
pixi --version
.Reproducible example
Issue description
Hello,
thanks for the awesome project. I have an issue when using pixi via proxy and a firewall that intercepts the communications (MITM). I tried to test the demo script to see if it works and this is the following output i get. Any pointers on how to use pixi that's behind proxy with a custome ca-certificate?. I have no issues when running pixi when not behind proxy and firewall.
My os is windows 11 pro and pixi version is
0.17.0
Thanks!
Expected behavior
pixi add works without any timeout
The text was updated successfully, but these errors were encountered: