summaryrefslogtreecommitdiff
path: root/test/net
diff options
context:
space:
mode:
authorEvgeni Golov <[email protected]>2022-05-09 15:04:01 +0200
committergit <[email protected]>2024-07-11 01:56:08 +0000
commitbc1b4235fb0b859122ae15b865bf1a15e7d2050f ()
tree736d7fcba7fa470a3d558fecbef6b047cfb91350 /test/net
parent70bdc0f777f9c2fe7bcee8bbab7b510589c28f93 (diff)
[ruby/net-http] implement talking SSL to the proxy too
https://bugs.ruby-lang.org/issues/16482 https://.com/ruby/net-http/commit/ae2d83f88b
-rw-r--r--test/net/http/test_https_proxy.rb48
1 files changed, 48 insertions, 0 deletions
@@ -43,5 +43,53 @@ class HTTPSProxyTest < Test::Unit::TestCase
assert_join_threads([client_thread, server_thread])
}
end
end if defined?(OpenSSL)