Repository: libcloud Updated Branches: refs/heads/trunk 4865138cb -> 902ff9fe2
fix path to SUSE CA bundle Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/ee0210d3 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/ee0210d3 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/ee0210d3 Branch: refs/heads/trunk Commit: ee0210d3e65f78cb84876e33305057be41fe5a32 Parents: 4865138 Author: Michael Calmer <[email protected]> Authored: Mon Oct 3 14:35:52 2016 +0200 Committer: Anthony Shaw <[email protected]> Committed: Wed Oct 5 09:50:27 2016 +1100 ---------------------------------------------------------------------- libcloud/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/ee0210d3/libcloud/security.py ---------------------------------------------------------------------- diff --git a/libcloud/security.py b/libcloud/security.py index 57465d8..0852397 100644 --- a/libcloud/security.py +++ b/libcloud/security.py @@ -62,7 +62,7 @@ CA_CERTS_PATH = [ '/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt', # opensuse/sles: openssl - '/etc/ssl/certs/YaST-CA.pem', + '/etc/ssl/ca-bundle.pem', ] # Insert certifi CA bundle path to the front of Libcloud CA bundle search
