Commit 27313d4
build(net): rustls native OS trust roots
R-P2-2: the reqwest feature was the bare "rustls-tls", which bundles the
webpki-roots Mozilla set, NOT the OS/enterprise trust store - so corporate
private CAs (TLS-inspecting proxies) failed despite the comment claiming
rustls-native-certs and DESIGN s5.8.7 wanting the OS trust store. Switched to
"rustls-tls-native-roots" so rustls-native-certs is actually pulled
(Cargo.lock now contains rustls-native-certs 0.8.4 + openssl-probe + schannel);
updated the comment to match. cargo deny check stays green (advisories / bans /
licenses / sources all ok with the new transitive deps).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012CyiRqk2DVwmJjEu5gcD1m1 parent 7c8bfe4 commit 27313d4
2 files changed
Lines changed: 46 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | | - | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments