Skip to content

Commit

Permalink
Fix aws-sdk-core issue 'certificate verify failed'
Browse files Browse the repository at this point in the history
On Mac OS X (and may be other platforms, didn't test), any usage
of aws-sdk-core seems to fail with the following message:
[ERROR] SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
The fix is documented here amazon-archives/aws-sdk-core-ruby#166 (comment)
  • Loading branch information
llange committed Mar 10, 2016
1 parent 3c61e79 commit 1c3f628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/miam.rb
Expand Up @@ -6,6 +6,8 @@
require 'thread'

require 'aws-sdk-core'
Aws.use_bundled_cert!

require 'ruby-progressbar'
require 'parallel'
require 'term/ansicolor'
Expand Down

0 comments on commit 1c3f628

Please sign in to comment.