japaric / trust

Travis CI and AppVeyor template to test your Rust crate on 5 architectures and publish binary releases of it for Linux, macOS and Windows
Apache License 2.0
1.26k stars 59 forks source link

SSL connection error on while running on AppVeyor #106

Closed Calinou closed 6 years ago

Calinou commented 6 years ago

I just set up trust on lagraph and am encountering this error on AppVeyor:

set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
rustc -Vv
rustc 1.28.0 (9634041f0 2018-07-30)
binary: rustc
commit-hash: 9634041f0e8c0f3191d2867311276f19d0a42564
commit-date: 2018-07-30
host: i686-pc-windows-gnu
release: 1.28.0
LLVM version: 6.0
cargo -V
cargo 1.28.0 (96a2c7d16 2018-07-13)
if [%APPVEYOR_REPO_TAG%]==[false] ( cargo build --target %TARGET% && cargo build --target %TARGET% --release && cargo test --target %TARGET% && cargo test --target %TARGET% --release && cargo run --target %TARGET% && cargo run --target %TARGET% --release )
    Updating registry `https://github.com/rust-lang/crates.io-index`
 Downloading chrono v0.4.5
error: unable to get packages from source
Caused by:
  [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.)
Command exited with code 101
Calinou commented 6 years ago

Closing, as it seems to work again — it was a temporary issue with AppVeyor.