On 2019-02-28 12:17:49 [+0100], Paul Gevers wrote: > =================================== FAILURES > _____________________ MiscSSLClientTestCase.test_cipher_ok > > self = <tests.test_ssl.MiscSSLClientTestCase testMethod=test_cipher_ok> … > tests/test_ssl.py:472: > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > /usr/lib/python2.7/dist-packages/M2Crypto/SSL/Connection.py:303: in connect > self.socket.connect(addr)
debugging on openssl side gives me the same result as in #923448 which means m2crypto sets somewhere a DH with <2048 bits and now it fails. So now the DH needs to be located :) Sebastian