logstash-plugins / logstash-integration-aws

Apache License 2.0
7 stars 17 forks source link

Added `use_aws_bundled_ca` to use bundled ca certs #32

Closed kaisecheng closed 1 year ago

kaisecheng commented 1 year ago

Release notes

Added an option use_aws_bundled_ca to use bundled ca certs that ships with AWS SDK to verify SSL peer certificates

What does this PR do?

This PR added an option use_aws_bundled_ca (default: false) to allow users to choose using bundled ca that ships with aws-sdk to verify peer certificates.

Why is it important/What is the impact to the user?

Windows user reported certificate verify failed in s3-output while the same access key & secret is able to connect in cmd. aws-sdk has a workaround for Windows cases.

Checklist

Author's Checklist

How to test this PR locally

Related issues

Use cases

Screenshots

Logs