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/04 22:50:54 UTC

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

Branch: refs/heads/trunk
Commit: 902ff9fe215025cf8f0ab964e12d368b233350fe
Parents: ee0210d
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 09:50:32 2016 +1100

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


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