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

make ssl verification mode configurable #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yaauie
Copy link
Contributor

@yaauie yaauie commented Sep 6, 2018

While disabling SSL Certificate Verification eliminates most of the benefits
of using TLS and should rarely be used in production environments, doing so
is occasionally useful in debugging and testing.

This changeset ports the ssl_certificate_verification option that is
available in the Elasticsearch Output Plugin, including a similar warning
that is emitted to the plugin's logger.

It also adds specifications how the ssl and ssl_certificate_verification
directives propagate to the arguments used to create the client.

Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/

While disabling SSL Certificate Verification eliminates most of the benefits
of using TLS and should _rarely_ be used in production environments, doing so
is occasionally useful in debugging and testing.

This changeset ports the `ssl_certificate_verification` option that is
available in the Elasticsearch Output Plugin, including a similar warning
that is emitted to the plugin's logger.

It also adds specifications how the `ssl` and `ssl_certificate_verification`
directives propagate to the arguments used to create the client.
@yaauie
Copy link
Contributor Author

yaauie commented Sep 7, 2018

Same build failure as #95, working to resolve both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants