diff options
author | Yusuke Endoh <[email protected]> | 2019-12-10 09:41:33 +0900 |
---|---|---|
committer | Yusuke Endoh <[email protected]> | 2019-12-10 09:41:33 +0900 |
commit | 660388f6c5b148ea6f84d589482391bf78f35c6b () | |
tree | d7890a0384bcfedac5a3848a5c568360d2ff773e /test/net/http/utils.rb | |
parent | 6a22b2a091eda81a473eb1b0cc69fe0792560e27 (diff) |
test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settings
Because the test fails under HTTP proxy settings. https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris10-gcc/ruby-master/log/20191210T000004Z.fail.html.gz ``` 1) Failure: TestNetHTTPS#test_get_SNI_failure [/export/home/users/chkbuild/cb-gcc/tmp/build/20191210T000004Z/ruby/test/net/http/test_https.rb:81]: [OpenSSL::SSL::SSLError] exception expected, not #<Net::HTTPServerException: 403 "Forbidden">. ``` The new SNI feature introduced at 54072e329c may need to be improved for HTTP proxy environment.
-rw-r--r-- | test/net/http/utils.rb | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -107,4 +107,23 @@ module TestNetHTTPUtils def print(*args) end def printf(*args) end end end |