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

Fix connection to servers with self-signed certificates or unknown certificate authority #414

Merged
merged 3 commits into from
Feb 19, 2018

Commits on Feb 9, 2018

  1. Fix connection to servers with self-signed certificates or unknown ce…

    …rtificate authority
    
    The metrics module fails to connect to the Elasticsearch metrics store,
    if secure transport is used and the server has a self signed certificate
    or a certificate signed by a certificate authority that's not in the
    certificate store provided by `certifi`.
    
    + Introduce a non-mandatory setting that allows turning off certificate verification.
    + Introduce a non-mandatroy setting to override the ca_certs certificate store.
    
    Fixes elastic#413
    kesslerm committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    6a702cc View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Configuration menu
    Copy the full SHA
    55aaec8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    735fa4b View commit details
    Browse the repository at this point in the history