From owner-freebsd-python@FreeBSD.ORG Fri Jan 9 12:44:08 2015 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 1AB1778B for ; Fri, 9 Jan 2015 12:44:08 +0000 (UTC) Received: from unitix.org (unitix.org [82.149.245.106]) by mx1.freebsd.org (Postfix) with SMTP id 76801FD1 for ; Fri, 9 Jan 2015 12:44:07 +0000 (UTC) Received: (qmail 37656 invoked from network); 9 Jan 2015 12:37:22 -0000 Received: from unknown (HELO hurx.thc) (88.68.203.142) by peer.unitix.org with SMTP; 9 Jan 2015 12:37:22 -0000 Received: (qmail 1574 invoked by uid 1001); 9 Jan 2015 12:37:21 -0000 Date: Fri, 9 Jan 2015 13:37:21 +0100 From: Christian Jachmann To: python@FreeBSD.org Subject: [notifications@github.com: Re: [youtube-dl] youtube-dl -U doesn't work anymore (#4666)] Message-ID: <20150109123721.GA1554@hurx.thc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) 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: Fri, 09 Jan 2015 12:44:08 -0000 Hi folks....what is necessary to get https working again ? So, what should I do ? Thanks a lot Christian Jachmann ----- Forwarded message from Philipp Hagemeister ----- Date: Thu, 08 Jan 2015 09:23:18 -0800 From: Philipp Hagemeister To: rg3/youtube-dl Cc: leooleo-habbib Subject: Re: [youtube-dl] youtube-dl -U doesn't work anymore (#4666) Most likely the result of upgrading to Python 2.7.9, which does include certificate verification, and a botched certificate setup on FreeBSD. Just for reference, can you visit https://yt-dl.org/ in a browser? What does `curl https://yt-dl.org/ >/dev/null` or `wget -O /dev/null https://yt-dl.org/` output? --- Reply to this email directly or view it on GitHub: https://github.com/rg3/youtube-dl/issues/4666#issuecomment-69214414 ----- End forwarded message -----