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:54 UTC

[04/22] libcloud git commit: re-add YaST-CA.pem for compatibility reason Closes #884

re-add YaST-CA.pem for compatibility reason
Closes #884


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/db50a7f8
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/db50a7f8
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/db50a7f8

Branch: refs/heads/trunk
Commit: db50a7f89c32686c34f7534bf7e35dd6a70578f8
Parents: d837c1e
Author: Michael Calmer <mc...@suse.de>
Authored: Tue Oct 4 10:08:25 2016 +0200
Committer: Anthony Shaw <an...@apache.org>
Committed: Wed Oct 5 18:37:01 2016 +1100

----------------------------------------------------------------------
 libcloud/security.py | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/db50a7f8/libcloud/security.py
----------------------------------------------------------------------
diff --git a/libcloud/security.py b/libcloud/security.py
index 0852397..436dbfc 100644
--- a/libcloud/security.py
+++ b/libcloud/security.py
@@ -63,6 +63,9 @@ CA_CERTS_PATH = [
 
     # opensuse/sles: openssl
     '/etc/ssl/ca-bundle.pem',
+
+    # SLES11 imported CA certificate
+    '/etc/ssl/certs/YaST-CA.pem',
 ]
 
 # Insert certifi CA bundle path to the front of Libcloud CA bundle search