Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add possibility to specify the certification verification behaviour #71

Merged
merged 2 commits into from
Feb 22, 2021

Conversation

bednar
Copy link
Contributor

@bednar bednar commented Feb 22, 2021

Related to influxdata/influxdb-plugin-fluent#22

Proposed Changes

Added the new option to customise certification verification behaviour:

Option Description Type Default
verify_mode Sets the flags for the certification verification at beginning of SSL/TLS session. OpenSSL::SSL::VERIFY_NONE or OpenSSL::SSL::VERIFY_PEER none

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • rake test completes successfully
  • Commit messages are in semantic format
  • Sign CLA (if not already signed)

@bednar bednar requested a review from rhajek February 22, 2021 14:27
@bednar bednar marked this pull request as ready for review February 22, 2021 14:27
@bednar bednar merged commit 4f56bb7 into master Feb 22, 2021
@bednar bednar deleted the feat/ssl-verify-mode branch February 22, 2021 18:09
@bednar bednar added this to the 1.12.0 milestone Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants