You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by Paikan <gi...@git.apache.org> on 2015/05/20 11:06:18 UTC

[GitHub] libcloud pull request: Give SSL unverified context to httplib.HTTP...

GitHub user Paikan opened a pull request:

    https://github.com/apache/libcloud/pull/524

    Give SSL unverified context to httplib.HTTPSConnection when relevant

    Since certificate verification is enabled by default for stdlib http clients (PEP 0476) libcloud.security.VERIFY_SSL_CERT does not work as expected, raising the following exception:
    
    ```  File "/opt/normalizer/local/lib/python2.7/site-packages/libcloud/common/base.py", line 725, in request
        raise ssl.SSLError(str(e))
    ssl.SSLError: ('[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)',)```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/clustree/libcloud trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/524.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #524
    
----
commit abf3dddc8ca50ee07057d182b7be753f82ea9bc7
Author: Benjamin DeveĢ€ze <be...@gmail.com>
Date:   2015-05-20T08:52:59Z

    Give SSL unverified context to httplib.HTTPSConnection when relevant

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] libcloud pull request: Give SSL unverified context to httplib.HTTP...

Posted by Paikan <gi...@git.apache.org>.
Github user Paikan closed the pull request at:

    https://github.com/apache/libcloud/pull/524


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---