You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by "Michael Bennett (JIRA)" <ji...@apache.org> on 2017/02/04 17:32:51 UTC

[jira] [Created] (LIBCLOUD-893) Having certifi installed breaks libcloud.security.py for 2.0.0rc1

Michael Bennett created LIBCLOUD-893:
----------------------------------------

             Summary: Having certifi installed breaks libcloud.security.py for 2.0.0rc1
                 Key: LIBCLOUD-893
                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-893
             Project: Libcloud
          Issue Type: Bug
            Reporter: Michael Bennett
            Priority: Minor


This change: https://github.com/apache/libcloud/commit/a4ad8d4a44dbf6069d924cdadabfff522ed703e6

Causes libcloud.security to fail on import when the certifi package is installed. CA_CERTS_PATH was initialized to None however with certifi installed, line 58 attempts to insert the certifi_ca_bundle_path and throws a NoneType error



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)