You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2016/10/05 07:37:53 UTC

[03/22] libcloud git commit: fix path to SUSE CA bundle

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/d837c1ea
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d837c1ea
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/d837c1ea

Branch: refs/heads/trunk
Commit: d837c1eafd1eb116fa695980f8f1c702df9e027c
Parents: 4c18b83
Author: Michael Calmer <mc...@suse.de>
Authored: Mon Oct 3 14:35:52 2016 +0200
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Oct 5 18:37:01 2016 +1100

----------------------------------------------------------------------
 libcloud/security.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/d837c1ea/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