Hide Forgot
$ 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
https://bugs.python.org/issue28689
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.