aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http/test_https.rb
Commit message (Expand)AuthorAgeFilesLines
* fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui2019-12-101-0/+39
* test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settingsYusuke Endoh2019-12-101-10/+12
* Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui2019-12-091-0/+31
* net/http, net/ftp: skip SSL/TLS session resumption testsrhe2018-08-091-0/+7
* net/http, net/ftp: fix session resumption with TLS 1.3rhe2018-08-081-25/+10
* openssl: revert changes in SSLContext#{min,max}_version= in r60310rhe2017-11-251-2/+2
* OpenSSL may show the different error messagenaruse2017-10-231-1/+2
* ignore server side errornaruse2017-10-211-1/+1
* Revert "ignore server side error"naruse2017-10-211-1/+1
* ignore server side errornaruse2017-10-211-1/+1
* fic expected error messagenaruse2017-10-211-2/+2
* Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse2017-10-211-0/+28
* net/http: don't use OpenSSL::TestUtils from test coderhe2016-11-291-24/+23
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_https.rb: skip old OpenSSLnobu2014-12-131-1/+1
* * test/net/http/test_https.rbusa2014-12-091-4/+8
* add test for r48563naruse2014-11-261-0/+32
* * test/webrick: Store log in an array.akr2014-11-091-1/+4
* * test/net/http: Examine webrick log.akr2014-11-091-0/+1
* suppress warningsnaruse2014-08-051-1/+1
* Close FDs.akr2014-05-301-0/+1
* * test/net/http/utils.rb (spawn_server): Specify zero for port toakr2013-11-191-1/+0
* Use 0 as port like #6766 [Bug #6959]naruse2012-09-011-1/+1
* * test/net/http/test_https.rb (TestNetHTTPS#test_session_reuse): localhost is...shyouhei2012-07-261-0/+2
* * lib/net/http.rb: Added SSL session reuse across connections for adrbrain2012-07-251-0/+23
* * test/net/http/test_https.rb: update test for r35494ayumin2012-04-301-1/+1
* * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain2012-02-281-1/+1
* * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain2012-02-281-3/+3
* * test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_du...shyouhei2011-08-011-1/+1
* Fix tests.naruse2011-02-191-1/+1
* * lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui2011-01-121-0/+22
* * test/net/http/test_https.rb: As always, localhost is notshyouhei2010-09-271-1/+11
* * test/net/http/test_https.rb (test_identity_verify_failure): followsnahi2010-09-091-1/+1
* * test/net/http/test_https.rb: should rescue LoadError.gotoyuzo2007-12-231-3/+3
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-221-1/+1
* * lib/net/http.rb (Net::HTTP#connect): usegotoyuzo2007-12-201-0/+97