-
Notifications
You must be signed in to change notification settings - Fork 892
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
Rust install through proxy and Artifactory : Bug on SSL certification #3870
Comments
Don't you get a company trust root for your internal proxy installed on your machine? That would probably still allow it to work. |
Sadly, i don't think so. |
I would first talk to your infrastructure/IT folks to see if you can get the internal trust root installed. Installing a compiler toolchain without authenticating it seems like an extremely bad idea. |
Well, that's what i also found on this topic : i'll talk about it to my internship referent. It would be a good solution be will surely take a long time. Thanks a lot, i'll consider this as close. |
Hi everyone.
Not really a bug i'm facing but i'm kinda blocked. My company is using an Artifactory repository to mirror to Rust crates.
So i connected my rustup to this repo and it seems to work fine since it's searching on the good place.
However, i can't use rustup to install rust as the internal proxy of the company ruin all SSL certificate.
A senior dev told me the same happened with Conan and they just deactivate SSL check EVERYWHERE.
Is there, today, a way to deactivate it with rustup ?
Thanks a lot.
The text was updated successfully, but these errors were encountered: