SSL connect error
2024-06-16
cargo
langs
net
rust
SSL connect errorwarning: spurious network error (3 tries remaining): [35] SSL connect error (Recv failure: Connection reset by peer)ref: https://stackoverflow.com/questions/41937618/cargo-is-unable-to-download-a-file-due-to-a-ssl-connect-errorTry something like:CARGO_HTTP_CHECK_REVOKE=false cargo add xxxOrCreate ~/.cargo/config.toml and add[http]
check-revoke = fals