1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/net
usa 93e6364a84 merge revision(s): 07786ed
* test/net/http/test_https.rb: Stop the error due to openssl 1.1.1h

	On some environments that uses OpenSSL 1.1.1h, the two tests now fail.

	http://rubyci.s3.amazonaws.com/android29-x86_64/ruby-master/log/20200924T062352Z.fail.html.gz
	https://github.com/ruby/ruby/runs/1159288773?check_suite_focus=true

	```
	  1) Failure:
	TestNetHTTPS#test_get [/data/data/com.termux/files/home/cb/tmp/build/202	00924T062352Z/ruby/test/net/http/test_https.rb:47]:
	<"0\x82\x03\xED0\x82\x02\xD5\xA0\x03..."> expected but was
	<"0\x82\x03\xE30\x82\x02\xCB\xA0\x03...">.
	```

	Not sure why, but verify_callback now seems to receive only SERVER_CERT
	but not CA_CERT.
	It would be good to investigate the issue furthermore, but tentatively,
	I want to stop the failures.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2020-10-28 13:12:06 +00:00
..
fixtures merge revision(s) 66685,66686: [Backport #15495] 2019-01-02 06:44:14 +00:00
ftp merge revision(s) 2a477e0e44: [Backport #16353] 2019-12-04 06:52:01 +00:00
http merge revision(s): 07786ed 2020-10-28 13:12:06 +00:00
imap merge revision(s) 63396: [Backport #14750] 2018-08-17 16:20:53 +00:00
pop merge revision(s) 62099: [Backport #14416] 2018-08-18 08:35:42 +00:00
protocol revert r57323 2017-01-14 09:38:56 +00:00
smtp skip openssl related tests. 2017-05-16 04:23:10 +00:00