From owner-freebsd-python@FreeBSD.ORG Thu Jan 1 09:22:57 2015 Return-Path: Delivered-To: freebsd-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 111CC2D6 for ; Thu, 1 Jan 2015 09:22:57 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1.freebsd.org (Postfix) with ESMTP id ED05F2F8E for ; Thu, 1 Jan 2015 09:22:56 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mwork.nabble.com (Postfix) with ESMTP id 7296DF39830 for ; Thu, 1 Jan 2015 01:22:55 -0800 (PST) Date: Thu, 1 Jan 2015 02:22:55 -0700 (MST) From: possnfiffer To: freebsd-python@freebsd.org Message-ID: <1420104175270-5977422.post@n5.nabble.com> In-Reply-To: <54A4C188.5080702@freebsd.org> References: <54A0E85A.4030404@FreeBSD.org> <1420081132262-5977381.post@n5.nabble.com> <54A4C188.5080702@freebsd.org> Subject: Re: Python 2.7.9 looks for SSL certificates in /etc/ssl instead of /usr/local/etc/ssl MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Thu, 01 Jan 2015 09:22:57 -0000 I run FreeBSD 10.1-RELEASE x86_64. The last two updates for python2.7_2.2 I saw were Dec 22nd and Oct 10 (I believe) the Dec update is where I started having issues with my SABnzbdplus and SickBeard python scripts. I wrote the following in hopes that readers searching for a fix to https not loading with your FreeBSD python scripts, like I was, will find the following useful to get their systems in working order. Yo, The latest version of python changed it's defaults and now it looks for CA certificate in /etc/ssl/cert.pem I run FreeBSD and the base system doesn't include the file /etc/ssl/cert.pem If your python scripts have been failing reporting urllib2.URLError: