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: set (optional) truststore when endpoint id check disabled #60

Merged
merged 4 commits into from
Oct 21, 2020

Conversation

kares
Copy link
Contributor

@kares kares commented Oct 20, 2020

Disabling server host-name verification (ssl_endpoint_identification_algorithm => "") should still allow the plugin (output) to set ssl_truststore_location => "..." as described in #52. This is no longer possible since #8 (since 10.1.0).

Resolves #52
Semi-Reverting: #8

Copy link
Contributor

@colinsurprenant colinsurprenant left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Great! Thanks for following up on this, nice DRYing too.
LGTM.

@kares kares merged commit 5d53916 into logstash-plugins:master Oct 21, 2020
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.

ssl_endpoint_identification_algorithm handling regression introduced in 10.1.0 in output
2 participants