| Summary: | ctx.load_verify_locations() fails with raise exception_type(errors) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Gnatenko <ignatenko> |
| Component: | python3 | Assignee: | Charalampos Stratakis <cstratak> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | bkabrda, cstratak, jlieskov, mcepl, mcepl, mcyprian, mhroncok, pviktori, rkuska, tmraz, tomspur, torsava |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-12-21 13:26:35 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: | |
Hmm do you really think it is a duplicate of the issue28689? If you revert openssl to 1.1.0b does it still happen? If so then it is not a duplicate. The python issue should be fixed by this commit/pullrequest [0], and most possibly it should fix the rest of the issues that appeared due to openssl-1.1.0c-1.fc26.x86_64 [0] https://github.com/openssl/openssl/pull/1931 Is this still problem with current rawhide? If not, please close. |
$ koji hello Traceback (most recent call last): File "/usr/bin/koji", line 7036, in <module> rv = locals()[command].__call__(options, session, args) File "/usr/bin/koji", line 6811, in handle_moshimoshi activate_session(session) File "/usr/bin/koji", line 6989, in activate_session session.ssl_login(options.cert, None, options.serverca, proxyuser=options.runas) File "/usr/lib/python2.7/site-packages/koji/__init__.py", line 1920, in ssl_login ctx = ssl.SSLCommon.CreateSSLContext(certs) File "/usr/lib/python2.7/site-packages/koji/ssl/SSLCommon.py", line 79, in CreateSSLContext ctx.load_verify_locations(peer_ca_cert) File "/usr/lib/python2.7/site-packages/OpenSSL/SSL.py", line 525, in load_verify_locations _raise_current_error() File "/usr/lib/python2.7/site-packages/OpenSSL/_util.py", line 48, in exception_from_error_queue raise exception_type(errors) OpenSSL.SSL.Error: [] [brain@brain python-serpy]$ rpm -q python2-pyOpenSSL python2-cryptography openssl python2-pyOpenSSL-16.2.0-1.fc26.noarch python2-cryptography-1.5.3-3.fc26.x86_64 openssl-1.1.0c-1.fc26.x86_64