Patch-Source: https://src.fedoraproject.org/rpms/rubygem-eventmachine/blob/f34/f/rubygem-eventmachine-1.2.7-Bump-TLS-version.patch Upstream-Issue: https://github.com/eventmachine/eventmachine/pull/86 --- a/tests/test_ssl_protocols.rb +++ b/tests/test_ssl_protocols.rb @@ -88,7 +88,7 @@ def test_case_insensitivity lower_case = SSL_AVAIL.map { |p| p.downcase } - client_server %w(tlsv1), lower_case + client_server %w(tlsv1_2), lower_case assert Client.handshake_completed? assert Server.handshake_completed? end