logstash-plugins / logstash-integration-aws

Apache License 2.0
7 stars 17 forks source link

S3 fail to verify certificate in Windows #31

Closed kaisecheng closed 1 year ago

kaisecheng commented 1 year ago

Customer reported he was able to connect to s3 with access & secret key in the command line, but failed to use the same credentials to connect with Logstash s3-output in Windows.

error logs

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

A similar issue is reported in aws-sdk