From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sF87N6qDMl89XwAA0tVLHw (envelope-from ) for ; Tue, 11 Aug 2020 11:40:26 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id SOFoMaqDMl+QYwAAbx9fmQ (envelope-from ) for ; Tue, 11 Aug 2020 11:40:26 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 38715940215 for ; Tue, 11 Aug 2020 11:40:26 +0000 (UTC) Received: from localhost ([::1]:40914 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k5Sdk-0000MU-0r for larch@yhetil.org; Tue, 11 Aug 2020 07:40:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54758) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k5SdV-0000LP-7b for help-guix@gnu.org; Tue, 11 Aug 2020 07:40:09 -0400 Received: from mail-40136.protonmail.ch ([185.70.40.136]:33505) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k5SdS-0007pk-Ab for help-guix@gnu.org; Tue, 11 Aug 2020 07:40:08 -0400 Date: Tue, 11 Aug 2020 11:31:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1597145516; bh=UL8umR9+sRx+nEN9BySmRDsgJyvniCM1zTFYmVYYmJQ=; h=Date:To:From:Reply-To:Subject:From; b=JCyFDFCsoB/wRdzqoZN7iZ2Cozl412uL9YzUYIZSo2aVtmXIT4zL2F8ev3YSylsQP 4tu/qRIzCXz/M1UF420Sg2EMasNZX+bW9omHP4F5s9eNnexgNb17GQS2jK0FPp/6Q2 2S6TtJqlSRxwvg4sJe/Dy8naNbOD72pbC4W7OfHo= To: "help-guix\\@gnu.org" From: TK Subject: Certificate problem with curl, though icecat works Message-ID: <9kSaR15iLCuEyScHdlJ73XpOm85IcNNLxHb6T9PoWPiW6PTiT9eFfsAIStaIyuxzgpZOpCUfYkLP4Y8PaE3jxcKxOryeTFg5BzplBz1esxQ=@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.136; envelope-from=tkprom@protonmail.com; helo=mail-40136.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/11 07:31:57 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: TK Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=protonmail.com header.s=protonmail header.b=JCyFDFCs; dmarc=pass (policy=quarantine) header.from=protonmail.com; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.71 X-TUID: XDslChRRiLBQ Hi all, Opening this JSON in icecat happens without any error, the connection being= described as secure: https://actorws.epa.gov/actorws/chemIdentifier/v01/resolve.json?identifier= =3DMKXZASYAUGDDCJ-NJAFHUGGSA-N However, doing the same thing with curl errors out: $ curl https://actorws.epa.gov/actorws/chemIdentifier/v01/resolve.json?iden= tifier=3DMKXZASYAUGDDCJ-NJAFHUGGSA-N curl: (60) server certificate verification failed. CAfile: /home/user/.guix= -profiles/profile/etc/ssl/certs/ca-certificates.crt CRLfile: none More details here: https://curl.haxx.se/docs/sslcerts.html ca-certificates.crt exists at the CAfile location and CURL_CA_BUNDLE is set= properly. Does anyone have an idea what could be going wrong?