Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

AWS SDK v2 requires to use the bundled cert to work on OSX and other OSs #1

Merged
merged 1 commit into from
Sep 11, 2015

Conversation

zdrummond
Copy link
Contributor

Quick one line improvement, that allows out of the box use on OS X.

@bruecktech
Copy link
Contributor

could you provide more information, for example which versions of OS X are affected? We mostly use OS X here and didn't come across this problem in any of our ruby scripts yet.

@zdrummond
Copy link
Contributor Author

This is in reference to the following AWS-SDK issue: amazon-archives/aws-sdk-core-ruby#166 (comment)

Basically, with AWS SDK v2, they removed the bundled certs to give more deployment flexibility. This doesn't have an impact if you happen to have the right root certs installed on the machine, but for many configs out there (and from what I read, most default installs of OS X) the certs are missing and cause an error.

The included line should work regardless of the config you have.

As for me. I am running;

╰─$ sw_vers                                                                                                                                                                                     1 ↵
ProductName:    Mac OS X
ProductVersion: 10.10.5
BuildVersion:   14F27 

@pgarbe pgarbe merged commit 3ac1297 into Scout24:master Sep 11, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants