Bug 1258501
Summary: | bkr returning SSL: CERTIFICATE_VERIFY_FAILED | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Jaroslav Škarvada <jskarvad> |
Component: | command line | Assignee: | beaker-dev-list |
Status: | CLOSED NOTABUG | QA Contact: | tools-bugs <tools-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 21 | CC: | dcallagh, mfuruta, mjia, rjoost |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-09-01 01:36:22 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: |
Description
Jaroslav Škarvada
2015-08-31 13:58:37 UTC
I am running Fedora 22 x86_64. It could be also change of behaviour of httplib: python-2.7.10-4.fc22.x86_64 Yes, the change you are seeing is due to new SSL cert checking backported to Python 2.7.10. (In reply to Jaroslav Škarvada from comment #0) > It seems it uses ~/.beaker_client/config and ignores > /etc/beaker/client.conf, thus the CA_CERT settings is not in effect. By > removing ~/.beaker_client/config or adding CA_CERT to > ~/.beaker_client/config it started working again. Setting CA_CERT in ~/.beaker_client/config is the right solution, for now. beaker-redhat configures everything system-wide but it cannot touch your user config in your home directory of course. The real bug is that the CA_CERT setting in /etc/beaker/client.conf has no effect when ~/.beaker_client/config exists. That is covered by bug 844364. |