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

Wrong configuration to avoid certificate validation #48

Closed
gmoskovicz opened this issue Mar 8, 2016 · 3 comments
Closed

Wrong configuration to avoid certificate validation #48

gmoskovicz opened this issue Mar 8, 2016 · 3 comments

Comments

@gmoskovicz
Copy link

Looks like we are using manticore version 0.5.x.

According to https://github.com/cheald/manticore/blob/v0.5.2/lib/manticore/client.rb#L148 ssl[:verify] option should be used to remove verification. Currently in the documentation we mention that there is ssl_certificate_validation configuration, which looks like it has bee removed.

@gmoskovicz
Copy link
Author

@andrewvc can you please confirm if ssl_certificate_validation still works?

@elvarb
Copy link

elvarb commented Mar 22, 2016

I'm running into an issue with using a self signed cert, but I'm not sure if that is the problem or not because simply nothing is coming through from hosts with self signed certs, nothing to debug. Does ssl_certificate_validation => false work?

@andrewvc
Copy link
Contributor

andrewvc commented Apr 7, 2016

This will be fixed in logstash-plugins/logstash-mixin-http_client#20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants