From owner-freebsd-python@FreeBSD.ORG Mon Dec 29 17:20:58 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75795E76 for ; Mon, 29 Dec 2014 17:20:58 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 589483815 for ; Mon, 29 Dec 2014 17:20:58 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBTHKw5I086656 for ; Mon, 29 Dec 2014 17:20:58 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 196357] New: lang/python27 ssl certificate error, python interpreter not finding SSL pem file Date: Mon, 29 Dec 2014 17:20:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tony@git-pull.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Dec 2014 17:20:58 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196357 Bug ID: 196357 Summary: lang/python27 ssl certificate error, python interpreter not finding SSL pem file Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: tony@git-pull.com Flags: maintainer-feedback?(python@FreeBSD.org) Assignee: python@FreeBSD.org Created attachment 151077 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151077&action=edit Info on installed python package So far I haven't been able to find ticket shows this behavior. I'm also trying to determine whether or not this is a bug, because I think that ports are supposed to install their dependencies to /usr/local (expected behavior?) http://unix.stackexchange.com/questions/176294/what-should-i-do-about-python-2-7-9-not-looking-for-ssl-certificates-in-the-righ I got this when using `python setup.py register`. > $ python setup.py register > running register > running egg_info > writing requirements to tmuxp.egg-info/requires.txt > writing tmuxp.egg-info/PKG-INFO > writing top-level names to tmuxp.egg-info/top_level.txt > writing dependency_links to tmuxp.egg-info/dependency_links.txt > writing entry points to tmuxp.egg-info/entry_points.txt > reading manifest file 'tmuxp.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no files found matching 'package_metadata.py' > writing manifest file 'tmuxp.egg-info/SOURCES.txt' > running check > warning: check: Could not finish the parsing. > Registering tmuxp to https://pypi.python.org/pypi > Server response (500): certificate verify failed (_ssl.c:581)> I can fix it by using > sudo ln -s /usr/local/etc/ssl/cert.pem /etc/ssl/cert.pem As mentioned in the stackexchange post. Another commenter there also said they didn't find an issue for this. I'd guess some (possibly many) people are experiencing this. > $ which python > /usr/local/bin/python > tony at x230 in /tmp > $ /usr/local/bin/python --version > Python 2.7.9 --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer python@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.