-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
CentOS Stream 10
-
None
-
None
-
Critical
-
rhel-sst-pt-python-ruby-nodejs
-
ssg_platform_tools
-
13
-
False
-
-
None
-
Red Hat Enterprise Linux
-
None
-
None
-
None
-
None
What were you trying to do that didn't work?
python-requests added a regression on version 2.32.3 which makes it to not load the default CA certificates bundle. This was reported upstream as:
https://github.com/psf/requests/issues/6730
This makes connections using python-requests to fail due to certificate verification failure.
Please provide the package NVR for which bug is seen:
python3-requests-2.32.3-1.el10.noarch
How reproducible:
always
Steps to reproduce
- Run the reproducer.py
Expected results
No connection error
Actual results
Connection error due to certificate verification failure