logstash-plugins / logstash-output-s3

Apache License 2.0
58 stars 151 forks source link

Add trusted CA cert setting #237

Open A-Hall opened 3 years ago

A-Hall commented 3 years ago

When using SSL break-and-inspect on AWS traffic, the S3 output plugin breaks with the following error:

[ERROR][logstash.outputs.s3][GN_S3] Error validating bucket write permissions! {:message=>"certificate verify failed", :class=>"Seahorse::Client::NetworkingError"

It would be helpful when using this type of inspection to be able to configure a trusted CA cert for the device doing the DPI.