Bug: updating to v14.0.x yields "invalid peer certificate: UnknownIssuer
"
#553
Labels
bug
Something isn't working
invalid peer certificate: UnknownIssuer
"
#553
Describe the bug
We're running
cargo-deny
behind a corporate proxy that does a SSL man-in-the-middle to replace certificates. The certificates are installed in/usr/share/certificates
. While v13.9.0 works flawlessly, v14.0.x yields the following error:We think this may be related to #520.
To reproduce
Run
cargo-deny
>=v14.0.0 behind a (corporate) proxy that changes certificates.cargo-deny version
0.14.1
What OS were you running cargo-deny on?
Linux
Additional context
We installed our certificates in the system store via
update-ca-certificates
.The text was updated successfully, but these errors were encountered: