crate-ci / cargo-release

Cargo subcommand `release`: everything about releasing a rust crate.
Apache License 2.0
1.31k stars 109 forks source link

Honor CARGO_HTTP_CAINFO to supply a list of client certificates #789

Closed edevil closed 3 months ago

edevil commented 3 months ago

With the change to use the sparse index it has become difficult to use this package in more enterprisey setups where MITM is employed.

It would be great if CARGO_HTTP_CAINFO was honored and we could supply our own CA certificates bundle.

Thanks.

edevil commented 3 months ago

This is actually a duplicate of https://github.com/crate-ci/cargo-release/issues/764.