https://bugzilla.redhat.com/show_bug.cgi?id=1614884 --- Comment #4 from Petr Pisar <ppisar@xxxxxxxxxx> --- Setting OPENSSL_CONF='' helps. OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file does not help. It's triggered by "MinProtocol = TLSv1" line when calling SSL_CTX_use_PrivateKey_file() on a SSL_CTX created with SSL_CTX_new_with_method(TLSv1_method()). If I use SSLv23_method() or remove the "MinProtocol = TLSv1" line, it will pass. But that's strange because similar code is used in different tests that work. I will have to isolate the code to see what happens exactly. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx/message/GZJ7G5UWYLT4G5I35B25KLTG6UG72PU2/