Skip to content

Commit

Permalink
Merge pull request #52 from vimalk78/log-3244
Browse files Browse the repository at this point in the history
LOG-3244: Fix variable name in Syslog ssl_context.rb
  • Loading branch information
openshift-merge-robot authored Nov 4, 2022
2 parents 8e7c197 + 411a2e3 commit fd0f7e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def self.build(ssl_method: 'TLSv1_2', ca_cert_file_path: nil, ca_cert: nil, clie
ssl_context.cert_store = store
end

context.verify_mode = verify_mode if verify_mode
ssl_context.verify_mode = verify_mode if verify_mode
# Verify certificate hostname if supported (ruby >= 2.4.0)
ssl_context.verify_hostname = verify_hostname if ssl_context.respond_to?(:verify_hostname=)

Expand Down

0 comments on commit fd0f7e8

Please sign in to comment.