[Bug 196357] New: lang/python27 ssl certificate error, python interpreter not finding SSL pem file
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Dec 29 17:20:58 UTC 2014
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 at FreeBSD.org
Reporter: tony at git-pull.com
Flags: maintainer-feedback?(python at FreeBSD.org)
Assignee: python at 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): <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]
> 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 <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer python at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list