Bug 1826520
Summary: | Allow rh-python36-python-pip to use system CA certificate Trust | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Software Collections | Reporter: | Alena <alrodrig> | ||||
Component: | python-pip | Assignee: | Charalampos Stratakis <cstratak> | ||||
Status: | CLOSED ERRATA | QA Contact: | Lukáš Zachar <lzachar> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rh-python36 | CC: | bmikulov, cstratak, jflemer, pviktori, thoger, torsava | ||||
Target Milestone: | --- | Keywords: | Reproducer | ||||
Target Release: | 3.6 | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | rh-python36-python-pip-9.0.1-4.el7 rh-python36-python-pip-9.0.1-4.el6 | Doc Type: | No Doc Update | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-10-19 18:05:51 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Alena
2020-04-21 20:53:59 UTC
Created attachment 1682540 [details]
full patch since the post truncated
We intend to fix this in the next SCL async release. *** Bug 1774999 has been marked as a duplicate of this bug. *** Reproducer: $ scl enable rh-python36 'python -m pip._vendor.requests.certs' returns /opt/rh/rh-python36/root/usr/lib/python3.6/site-packages/pip/_vendor/requests/cacert.pem , the bundled cert. It should return /etc/pki/tls/certs/ca-bundle.crt Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: rh-python36 security, bug fix, and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:4285 |