Skip to content

dist/http: Enable Reqwest Rustls backend#2633

Draft
philn wants to merge 1 commit intomozilla:mainfrom
philn:issue-2396
Draft

dist/http: Enable Reqwest Rustls backend#2633
philn wants to merge 1 commit intomozilla:mainfrom
philn:issue-2396

Conversation

@philn
Copy link
Contributor

@philn philn commented Mar 4, 2026

Working around a Reqwest bug where the openssl backend ignores root certificates. See also:
seanmonstar/reqwest#1260

Fixes #2396

Working around a Reqwest bug where the openssl backend ignores root
certificates. See also:
seanmonstar/reqwest#1260

Fixes mozilla#2396
@codecov-commenter
Copy link

codecov-commenter commented Mar 4, 2026

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 36.87%. Comparing base (3ad5944) to head (8939726).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/dist/http.rs 0.00% 2 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (3ad5944) and HEAD (8939726). Click for more details.

HEAD has 11 uploads less than BASE
Flag BASE (3ad5944) HEAD (8939726)
13 2
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2633       +/-   ##
===========================================
- Coverage   72.38%   36.87%   -35.51%     
===========================================
  Files          68       54       -14     
  Lines       37219    14648    -22571     
===========================================
- Hits        26941     5402    -21539     
+ Misses      10278     9246     -1032     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

certificate verify failed error when stopping and restarting server

2 participants