Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information