Created attachment 1475529 [details] Reproducer While debugging <https://github.com/openssl/openssl/issues/6904#issuecomment-412033275> perl-Net-SSLeay test failure with OpenSSL 1.1.1-pre8 (bug #1614884) I hit an OpenSSL bug that prevents from using two-way TLS shutdown. It turned into a known OpenSSL bug <https://github.com/openssl/openssl/issues/6262> that was fixed with: commit 93f528f36eb9423c31b2d75669cea85da97f9633 (HEAD) Author: Matt Caswell <matt> Date: Wed May 23 12:00:10 2018 +0100 Auto retry if we ditch records during shutdown Please apply the fix to Fedora's openssl package.
PR https://github.com/openssl/openssl/pull/6340 for my upstream OpenSSL issue https://github.com/openssl/openssl/issues/6262 will also fix Python's test_ftplib issues.