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

Commits on Sep 6, 2018

  1. make ssl verification mode configurable

    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 committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    9e57ec4 View commit details
    Browse the repository at this point in the history