Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recent distributions disables TLS 1.1 by default due to its vulnerability so that tests for it is always failed: 2021-02-18T01:09:13.2360942Z Failure: test: can specify multiple TLS versions by min_version/max_version(ServerPluginHelperTest::#server_create_tls::TLS version connection check): 2021-02-18T01:09:13.2362181Z Exception raised: 2021-02-18T01:09:13.2363101Z OpenSSL::SSL::SSLError(<SSL_connect returned=1 errno=0 state=error: no protocols available>) ... 2021-02-18T01:09:13.2479586Z /home/runner/work/fluentd/fluentd/test/plugin_helper/test_server.rb:1515:in `block (4 levels) in <class:ServerPluginHelperTest>' 2021-02-18T01:09:13.2480420Z 1512: end 2021-02-18T01:09:13.2480756Z 1513: } 2021-02-18T01:09:13.2481333Z 1514: [:'TLS1_1', :'TLS1_2'].each { |ver| 2021-02-18T01:09:13.2481799Z => 1515: assert_nothing_raised { 2021-02-18T01:09:13.2482655Z 1516: open_tls_session('127.0.0.1', PORT, cert_path: @cert_path, version: ver) do |sock| 2021-02-18T01:09:13.2483202Z 1517: end 2021-02-18T01:09:13.2483544Z 1518: } Signed-off-by: Takuro Ashie <[email protected]>
- Loading branch information