« Minimal Reproducible »

Home Tags About GitHub

SSL connect error

Published at 2024-06-16
Last update over 365 days ago Licensed under CC BY-NC-SA 4.0 langsrustcargonet

SSL connect error

warning: 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-error

Try something like:

CARGO_HTTP_CHECK_REVOKE=false cargo add xxx

Or

Create ~/.cargo/config.toml and add

[http]
check-revoke = false

« Minimal Reproducible »

Powered by Astro