aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http/test_https.rb
Commit message (Expand)AuthorAgeFilesLines
* Omit test_session_reuse_but_expire if OpenSSL 3.2.0Nobuyoshi Nakada2023-11-261-1/+1
* Omit a broken https test on MinGWTakashi Kokubun2023-11-241-0/+1
* [ruby/net-http] Force TLS version to 1.2 when using LibreSSLJeremy Evans2023-10-161-1/+1
* [ruby/net-http] Feature detect to make net/http usable with JRubyKarol Bucek2022-04-201-3/+5
* [ruby/net-http] Do not set SNI hostname if connecting to IP addressJeremy Evans2022-02-031-1/+1
* [ruby/net-http] Fix unescaped `.` in RegexpKazuhiro NISHIYAMA2022-01-141-2/+2
* [ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA2022-01-111-2/+2
* [ruby/net-http] Handle invalid use of IP addresses in SNIJeremy Evans2022-01-041-1/+1
* Fix test/net/http/test_https.rb host naming for WindowsMSP-Greg2021-05-041-43/+25
* Workaround failures on WindowsNobuyoshi Nakada2021-05-041-0/+2
* test/net/http/test_https.rb: The test logic was buggyYusuke Endoh2020-09-241-4/+4
* test/net/http/test_https.rb: the order of verify_callback seems to varyYusuke Endoh2020-09-241-4/+4
* test/net/http/test_https.rb: Stop the error due to openssl 1.1.1hYusuke Endoh2020-09-241-4/+8
* [ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+Jeremy Evans2020-08-031-0/+8
* [ruby/net-http] Switch invalid server name formatJeremy Evans2020-08-031-5/+5
* Fixed FD leakNobuyoshi Nakada2020-03-041-0/+2
* Promote net-http to the default gems.Hiroshi SHIBATA2020-02-211-5/+5
* Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama2020-01-231-0/+23
* 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