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 [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5604DE75 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 282E63814 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 sBTHKwPC086653 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: maintainer-feedback requested: [Bug 196357] lang/python27 ssl certificate error, python interpreter not finding SSL pem file Date: Mon, 29 Dec 2014 17:20:58 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" 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 Tony has reassigned Bugzilla Automation 's request for maintainer-feedback to python@FreeBSD.org: Bug 196357: lang/python27 ssl certificate error, python interpreter not finding SSL pem file https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196357 --- Description --- 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