logstash-input-http icon indicating copy to clipboard operation
logstash-input-http copied to clipboard

Create Integration Test for SSL Scenario

Open ph opened this issue 8 years ago • 0 comments

In the latest release of puma to 2.16 we have found a regression in the code because one of the option concerning verification of client certificate was not correctly configured. https://github.com/logstash-plugins/logstash-input-http/issues/46

We have unit tests to make sure the SSL options are correctly set but we don't have anything that setup a server and send events through a secured channels. With the addition of https://github.com/logstash-plugins/logstash-input-http/pull/37 We should add more test coverages for all the possible cases.

ph avatar Mar 03 '16 14:03 ph