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

1.13.6: Failed to fetch XX: the server did not provide a certificate; class=Ssl (16) #490

Closed
MarijnS95 opened this issue Jan 11, 2023 · 0 comments · Fixed by #491
Closed
Labels
bug Something isn't working

Comments

@MarijnS95
Copy link

Describe the bug

Just updated from 0.13.5 (which is still working fine) to 0.13.6 and am greeted with fetch errors.

To Reproduce
Steps to reproduce the behavior:

$ cargo install cargo-deny
...
   Compiling cargo-deny v0.13.6
    Finished release [optimized] target(s) in 25.76s
   Replacing /home/marijn/.cargo/bin/cargo-deny
    Replaced package `cargo-deny v0.13.5` with `cargo-deny v0.13.6` (executable `cargo-deny`)
$ cargo deny --workspace check
2023-01-11 14:12:03 [ERROR] failed to fetch advisory database https://github.com/RustSec/advisory-db: the server did not provide a certificate; class=Ssl (16)
$ cargo deny fetch
2023-01-11 14:12:12 [ERROR] failed to fetch crates.io index: opened crates.io index but failed to fetch updates: the server did not provide a certificate; class=Ssl (16)

Expected behavior
cargo-deny successfully loads online sources.

Screenshots
Console only.

Device:

  • OS: Arch Linux (updated just this morning)
  • Browser: irrelevant
  • Version: rolling

Additional context

Perhaps a system library mismatch like we had with libgit2 in the past?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant