From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: OCSP error in icecat Date: Wed, 9 Apr 2014 15:39:07 +0200 Message-ID: <20140409133907.GA19595@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43807) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXsin-0004c4-5g for guix-devel@gnu.org; Wed, 09 Apr 2014 09:39:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WXsih-0000pk-Ne for guix-devel@gnu.org; Wed, 09 Apr 2014 09:39:21 -0400 Received: from moutng.kundenserver.de ([212.227.126.130]:62928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WXsih-0000pW-Dc for guix-devel@gnu.org; Wed, 09 Apr 2014 09:39:15 -0400 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hello, our icecat has problems with some tls sites, for instance: https://www.allistene.fr/ The error message is: Secure Connection Failed An error occurred during a connection to www.allistene.fr. The OCSP server has refused this request as unauthorized. (Error code: sec_error_ocsp_unauthorized_request) The following site explains how to turn off OCSP verification: http://www.ghacks.net/2013/10/02/fix-ocsp-server-refused-request-unauthorized-firefox/ But maybe there is a preferable solution? Andreas