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 <[email protected]> Authored: Tue Oct 4 10:08:25 2016 +0200 Committer: Anthony Shaw <[email protected]> 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
