Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix windows aws ssl cert verification
The sensu ruby install on Windows doesn't include the proper certs (or if it does they're not loaded properly) to connect to AWS. `@sns.publish` generates an error like: ``` C:/opt/sensu/embedded/lib/ruby/2.0.0/net/http.rb:921:in `connect': SSL_connect returned=1 errno=0 state=error: certificate verify failed (Seahorse::Client::NetworkingError) ``` Using the cert bundle included with the aws-sdk-core gem should work around this. Sourced from amazon-archives/aws-sdk-core-ruby#166 (comment)
- Loading branch information