Skip to content

Cargo install fails on Windows with SSL connect error #3774

Closed
@f9rocket

Description

@f9rocket

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions