Forum Linux.debian/ubuntu error: failed to fetch `https://github.com/rust-lang/crates.io-index`

Posté par  . Licence CC By‑SA.
Étiquettes : aucune
0
21
sept.
2020

Bonjour,

j'essaye d'installer un soft qui s'appelle unimap.
quand je suis ça :

https://www.kitploit.com/2020/09/unimap-scan-only-once-by-ip-address-and.html

je test cela :

root@bo:~/Downloads/unimap-master# cargo install unimap
Updating crates.io index
error: failed to fetch `https://github.com/rust-lang/crates.io-index`

et si j'essaye cela :

cargo build --release
    Updating crates.io index
error: failed to fetch `https://github.com/rust-lang/crates.io-index`

Caused by:
  the SSL certificate is invalid: 0x08 - The certificate is not correctly signed by the trusted CA; class=Ssl (16); code=Certificate (-17)

Donc clairement un probleme SLL et je ne sais pas comment (…)