diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-01-05 17:34:25 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-01-05 18:21:44 +0900 |
| commit | 3bd9adadbe0b500cf7e910c99db97aaddfba3369 (patch) | |
| tree | 5ae379c1205baf044cc4dfa56b9c8cade08dd213 /test/net/http/test_https.rb | |
| parent | 671fd2a6323ab1b11fe2ba672ad22b7d3e87945e (diff) | |
Bump up net-http to 0.4.1
Diffstat (limited to 'test/net/http/test_https.rb')
| -rw-r--r-- | test/net/http/test_https.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/net/http/test_https.rb b/test/net/http/test_https.rb index 2fb895a8ae..89d500118d 100644 --- a/test/net/http/test_https.rb +++ b/test/net/http/test_https.rb @@ -167,6 +167,7 @@ class TestNetHTTPS < Test::Unit::TestCase def test_session_reuse_but_expire # FIXME: The new_session_cb is known broken for clients in OpenSSL 1.1.0h. omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 1.1.0h') + omit if OpenSSL::OPENSSL_LIBRARY_VERSION.include?('OpenSSL 3.2.0') http = Net::HTTP.new(HOST, config("port")) http.use_ssl = true |
