You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am behind a corporate firewall that installs its own self-signed CA certificates. When I run cargo from the Windows command line I get the following error:
> cargo install racer --verbose
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading racer v2.0.6
error: [35] SSL connect error (schannel: next InitializeSecurityContext failed: Unknown error (0x80092012) - The revocation function was unable to check revocation for the certificate.)
I am using Rust stable 1.15.1, installed from the standalone i686-pc-windows-msvc installer (I could not use rustup since it fails with the same error).
I am trying to introduce Rust to our internal teams and this is a blocker. Any help is appreciated.
The text was updated successfully, but these errors were encountered:
I am behind a corporate firewall that installs its own self-signed CA certificates. When I run cargo from the Windows command line I get the following error:
Cargo version:
I am using Rust stable 1.15.1, installed from the standalone i686-pc-windows-msvc installer (I could not use rustup since it fails with the same error).
I am trying to introduce Rust to our internal teams and this is a blocker. Any help is appreciated.
The text was updated successfully, but these errors were encountered: