From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#16791: w3m fails to do any SSL certificate checking Date: Tue, 18 Feb 2014 20:32:44 +0100 Message-ID: <20140218193244.GA10846@debian> References: <87ha7wol02.fsf@netris.org> <20140218192300.GA9840@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFqQj-0000Fa-Qu for bug-guix@gnu.org; Tue, 18 Feb 2014 14:34:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WFqQc-0007TJ-Ah for bug-guix@gnu.org; Tue, 18 Feb 2014 14:34:09 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:57742) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFqQc-0007TD-8J for bug-guix@gnu.org; Tue, 18 Feb 2014 14:34:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WFqQb-00049F-Pe for bug-guix@gnu.org; Tue, 18 Feb 2014 14:34:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <20140218192300.GA9840@debian> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Mark H Weaver Cc: 16791@debbugs.gnu.org I wondered whether the problem lied in our openssl. It does not seem so. "openssl verify cert.pem" on my problematic certificate does print as expected: error 18 at 0 depth lookup:self signed certificate error 10 at 0 depth lookup:certificate has expired Andreas