Open ricellis opened 5 months ago
This issue appears to be leading to widespread breakage. Have you considered yanking the release? It's personally cost me a good deal of time troubleshooting, distilling, and reporting the issue in httpie/cli#1581, to the point that users are suggesting to move away from requests (feels drastic, admittedly). Would the maintainers at least consider acknowledging the issue and giving some insight into the plan?
Hi @jaraco, we have a PR with the fix up already. We've been evaluating if there are any other breakages because this series of releases has been problematic.
Applying the patch or downgrading is the immediate fix. The reason it's not yanked is because this was part of a change for a CVE fix in 2.32.x.
we have a PR with the fix up already.
For those who are wondering, here it is:
It appears that in version
2.32.3
default certificates are no longer loaded for customHTTPAdapter
contexts when they were previously.I guess this might be a duplicate/related to https://github.com/psf/requests/issues/6726#issuecomment-2138406456. Also related to https://github.com/psf/requests/pull/6710#issuecomment-2137802782 - adding
load_default_certs()
resolves the issue, but this wasn't required in previous versions and thus makes upgrading to2.32.3
breaking.Expected Result
With the code below using
requests
version2.32.2
I get the URL content with no error.Actual Result
Using
2.32.3
I get:Reproduction Steps
System Information