Skip to content
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 install fails on Windows with SSL connect error #3774

Closed
f9rocket opened this issue Feb 28, 2017 · 4 comments
Closed

Cargo install fails on Windows with SSL connect error #3774

f9rocket opened this issue Feb 28, 2017 · 4 comments

Comments

@f9rocket
Copy link

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.)

Cargo version:

> cargo --version
cargo 0.16.0-nightly (6e0c18c 2017-01-27)

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.

@alexcrichton
Copy link
Member

Thanks for the report! I think that this'll get solved with #3699

@f9rocket
Copy link
Author

f9rocket commented Mar 3, 2017

Thank you! These are great news, any ETA on when the fix will be released?

@alexcrichton
Copy link
Member

Oh right thanks for the ping, I'll close this as well now that the PR is merged.

This'll ride the trains to stable in the Rust 1.17 release which is scheduled for release April 27, 2017

@f9rocket
Copy link
Author

f9rocket commented Mar 3, 2017

Awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants