panamax-rs / panamax

Mirror rustup and crates.io repositories, for offline Rust and cargo usage.
Apache License 2.0
427 stars 45 forks source link

Downloading crates.io-index repository failed: GitError(Error { code: -1, klass: 16, message: "the server did not provide a certificate" }) #85

Closed mattfbacon closed 1 year ago

mattfbacon commented 1 year ago

I get this error when fetching the crates.io index. I didn't change the default configuration at all except disabling Rustup sync (so I could get to this error faster).

k3d3 commented 1 year ago

I'm going to close this issue, as I've reproduced this issue, and updating the dependencies appears to have fixed it. Can you try again with the latest version?

mattfbacon commented 1 year ago

Seems to work, thanks