Problem
Can't download any crates
[35] SSL connect error (schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.)
Steps
Possible Solution(s)
Build in WSL
Notes
Windows 10 x64 1809
Output of cargo version:
cargo 1.37.0-nightly (4c1fa54d1 2019-06-24)
Thanks for the report! This is a transient error that sometimes shows up on Windows. You can set http.check-revoke = false in config (or CARGO_HTTP_CHECK_REVOKE=false in env) to ignore the error as well.
Most helpful comment
Thanks for the report! This is a transient error that sometimes shows up on Windows. You can set
http.check-revoke = falsein config (orCARGO_HTTP_CHECK_REVOKE=falsein env) to ignore the error as well.