diff --git libcloud/security.py libcloud/security.py index 72d5328..30a7a5a 100644 --- libcloud/security.py +++ libcloud/security.py @@ -42,6 +42,9 @@ CA_CERTS_PATH = [ # macports: curl-ca-bundle '/opt/local/share/curl/curl-ca-bundle.crt', + + # homebrew: curl-ca-bundle + '/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt', ] # Allow user to explicitly specify which CA bundle to use, using an environment