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

Adds configuration for customizing SSL connections #36

Merged
merged 1 commit into from Oct 2, 2018

Conversation

legrego
Copy link
Owner

@legrego legrego commented Oct 1, 2018

This introduces two new optional configuration settings to control the behavior of SSL connections:

elastic:
  verify_ssl: true # set to false to disable SSL certificate verification
  ssl_ca_path: /path/to/ca.crt # fully qualified path to custom pem encoded certificate authority

Fixes #33

@jakommo I tested these configuration options locally, but if you get some time, I'd love to get your input here to make sure I captured your requirements.

@jakommo
Copy link
Contributor

jakommo commented Oct 2, 2018

Tested both options and they both work for me.
Thanks for the quick implementation!

@legrego legrego merged commit 7b69000 into master Oct 2, 2018
@legrego legrego deleted the customize-ssl-options branch October 2, 2018 20:27
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