Skip to content

Commit eb63436

Browse files
changed https opts in out-http
Signed-off-by: Athishpranav2003 <[email protected]>
1 parent 30c3ce0 commit eb63436

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/fluent/plugin/out_http.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,8 @@ def setup_http_option
270270
OpenSSL::SSL::VERIFY_PEER
271271
end
272272
opt[:ciphers] = @tls_ciphers
273-
opt[:ssl_version] = @tls_version
273+
opt[:min_version] = Fluent::TLS::DEFAULT_VERSION
274+
opt[:max_version] = @tls_version
274275
end
275276

276277
opt

0 commit comments

Comments
 (0)