Cargo: SSL connect error

Created on 5 Jul 2019  路  1Comment  路  Source: rust-lang/cargo

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

  1. Add a dependency in Cargo.toml
  2. Build

Possible Solution(s)
Build in WSL

Notes
Windows 10 x64 1809
Output of cargo version:
cargo 1.37.0-nightly (4c1fa54d1 2019-06-24)

C-bug

Most helpful comment

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings