-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
cargo-binstall doesn't work behind corporate firewall #1529
Comments
Ah, we changed the env var due to some conflict, it's |
I recalled reading from system env somehow breaks our CI? |
oh thanks, this actually did the trick. Now that I know reading the command line help would have helped ..... |
Btw, why does cargo-binstall trigger Windows 11 Firewall to ask me if I want to allow it on public & private networks? |
cargo-binstall isn't the one triggering the firewall; probably better to ask Windows 11 why it's uselessly overzealous |
Hm, weird. Usually that firewall dialog only appears whenever an app tries to listen on a port. |
Well we definitely don't listen on any port, only connect to port for network requests and DNS. |
Hi,
our pipelines are running behind a corporate firewall with custom TLS certificates. These are part of the certificate store, and
curl
,cargo
and all other programs are working properly.While
cargo install
for instance works,cargo binstall
doesn't, despite having setSSL_CERT_FILE
which was introduced in #774.And here's the error message that I get when I'm trying to install something with
cargo binstall
The text was updated successfully, but these errors were encountered: