[ https://issues.apache.org/jira/browse/LIBCLOUD-573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14017735#comment-14017735 ]
ASF GitHub Bot commented on LIBCLOUD-573: ----------------------------------------- GitHub user pmcnr opened a pull request: https://github.com/apache/libcloud/pull/309 [LIBCLOUD-573] Update 'CA_CERTS_PATH' to look for updated MacOS X Homebrew location https://issues.apache.org/jira/browse/LIBCLOUD-573 You can merge this pull request into a Git repository by running: $ git pull https://github.com/SalesSeek/libcloud LIBCLOUD-573_fix_macosx_homebrew_cacerts Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/309.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #309 ---- commit 638db9a69f0dfd12ea936e07e5b386ae841df2bc Author: Pedro Romano <pedro.rom...@salesseek.co.uk> Date: 2014-06-04T14:46:47Z [LIBCLOUD-573] Update CA_CERTS_PATH to look for updated Homebrew location on MacOS X. ---- > Fix MacOS X homebrew source for SSL CA certs > --------------------------------------------- > > Key: LIBCLOUD-573 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-573 > Project: Libcloud > Issue Type: Bug > Components: Core > Affects Versions: 0.14.0-beta3, 0.13.3 > Reporter: Pedro Romano > Priority: Minor > > Homebrew [no longer includes the {{curl-ca-certs}} > formula|https://github.com/Homebrew/homebrew/pull/28658]. Switch to using the > {{openssl}} formula's cert file ({{$(brew --prefix)/etc/openssl/cert.pem}}) > which is bootstrapped using certificates from the system keychain. -- This message was sent by Atlassian JIRA (v6.2#6252)