Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C1177200C22 for ; Tue, 21 Feb 2017 17:35:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BFC19160B4F; Tue, 21 Feb 2017 16:35:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1FCC2160B68 for ; Tue, 21 Feb 2017 17:35:52 +0100 (CET) Received: (qmail 79884 invoked by uid 500); 21 Feb 2017 16:35:52 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 79873 invoked by uid 99); 21 Feb 2017 16:35:52 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Feb 2017 16:35:52 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id DABB6185E69 for ; Tue, 21 Feb 2017 16:35:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 0S6VRfiN_tec for ; Tue, 21 Feb 2017 16:35:51 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A3FC35F2C5 for ; Tue, 21 Feb 2017 16:35:50 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E66F3E0A04 for ; Tue, 21 Feb 2017 16:35:46 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3109724140 for ; Tue, 21 Feb 2017 16:35:45 +0000 (UTC) Date: Tue, 21 Feb 2017 16:35:45 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: notifications@libcloud.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LIBCLOUD-893) Having certifi installed breaks libcloud.security.py for 2.0.0rc1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 21 Feb 2017 16:35:53 -0000 [ https://issues.apache.org/jira/browse/LIBCLOUD-893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15876257#comment-15876257 ] ASF GitHub Bot commented on LIBCLOUD-893: ----------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/libcloud/pull/982 > 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)