summaryrefslogtreecommitdiff
path: root/test/net/http/test_https.rb
AgeCommit message (Expand)Author
2021-05-04Fix test/net/http/test_https.rb host naming for WindowsMSP-Greg
2021-05-04Workaround failures on WindowsNobuyoshi Nakada
2020-09-24test/net/http/test_https.rb: The test logic was buggyYusuke Endoh
2020-09-24test/net/http/test_https.rb: the order of verify_callback seems to varyYusuke Endoh
2020-09-24test/net/http/test_https.rb: Stop the error due to openssl 1.1.1hYusuke Endoh
2020-08-03[ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+Jeremy Evans
2020-08-03[ruby/net-http] Switch invalid server name formatJeremy Evans
2020-03-04Fixed FD leakNobuyoshi Nakada
2020-02-21Promote net-http to the default gems.Hiroshi SHIBATA
2020-01-23Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama
2019-12-10fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui
2019-12-10test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settingsYusuke Endoh
2019-12-09Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui
2018-08-09net/http, net/ftp: skip SSL/TLS session resumption testsrhe
2018-08-08net/http, net/ftp: fix session resumption with TLS 1.3rhe
2017-11-25openssl: revert changes in SSLContext#{min,max}_version= in r60310rhe
2017-10-23OpenSSL may show the different error messagenaruse
2017-10-21ignore server side errornaruse
2017-10-21Revert "ignore server side error"naruse
2017-10-21ignore server side errornaruse
2017-10-21fic expected error messagenaruse
2017-10-21Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse
2016-11-29net/http: don't use OpenSSL::TestUtils from test coderhe
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-12-13test_https.rb: skip old OpenSSLnobu
2014-12-09* test/net/http/test_https.rbusa
2014-11-26add test for r48563naruse
2014-11-09* test/webrick: Store log in an array.akr
2014-11-09* test/net/http: Examine webrick log.akr
2014-08-05suppress warningsnaruse
2014-05-30Close FDs.akr
2013-11-19* test/net/http/utils.rb (spawn_server): Specify zero for port toakr
2012-09-01Use 0 as port like #6766 [Bug #6959]naruse
2012-07-26* test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is...shyouhei
2012-07-25* lib/net/http.rb: Added SSL session reuse across connections for adrbrain
2012-04-30* test/net/http/test_https.rb: update test for r35494ayumin
2012-02-28 * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain
2012-02-28 * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain
2011-08-01* test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei
2011-02-19Fix tests.naruse
2011-01-12* lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui
2010-09-27 * test/net/http/test_https.rb: As always, localhost is notshyouhei
2010-09-09 * test/net/http/test_https.rb (test_identity_verify_failure): followsnahi
2007-12-23* test/net/http/test_https.rb: should rescue LoadError.gotoyuzo
2007-12-22* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo
2007-12-20* lib/net/http.rb (Net::HTTP#connect): usegotoyuzo