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

SSL connection error on while running on AppVeyor #106

Closed
Calinou opened this issue Aug 23, 2018 · 1 comment
Closed

SSL connection error on while running on AppVeyor #106

Calinou opened this issue Aug 23, 2018 · 1 comment

Comments

@Calinou
Copy link
Contributor

Calinou commented Aug 23, 2018

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
Copy link
Contributor Author

Calinou commented Aug 29, 2018

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

@Calinou Calinou closed this as completed Aug 29, 2018
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

1 participant