-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
$ cargo build -v
Updating registry `https://github.com/rust-lang/crates.io-index`
error: failed to fetch `https://github.com/rust-lang/crates.io-index`
Caused by:
[16/-17] The SSL certificate is invalid
Cargo was installed via rustup
:
$ rustup show
Default host: x86_64-unknown-netbsd
installed toolchains
--------------------
stable-x86_64-unknown-netbsd
nightly-x86_64-unknown-netbsd (default)
active toolchain
----------------
nightly-x86_64-unknown-netbsd (default)
rustc 1.15.0-nightly (0bd2ce62b 2016-11-19)
$ cargo -V
cargo 0.16.0-nightly (d1bfc01 2016-11-18)
$ rustc -V
rustc 1.15.0-nightly (0bd2ce62b 2016-11-19)
Normal connection to github.com works:
$ curl -IsS https://github.com/ | head -n1
HTTP/1.1 200 OK
I believe the trusted certificates are installed in /etc/ssl/certs/ca-certificates.crt
.
Metadata
Metadata
Assignees
Labels
No labels