From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#31189: r-rcurl does not find CA bundle Date: Tue, 17 Apr 2018 11:04:36 +0200 Message-ID: <87po2ydx0b.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8MYx-0006nH-6k for bug-guix@gnu.org; Tue, 17 Apr 2018 05:06:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8MYs-00054D-5g for bug-guix@gnu.org; Tue, 17 Apr 2018 05:06:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48787) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f8MYs-00052p-2f for bug-guix@gnu.org; Tue, 17 Apr 2018 05:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f8MYr-0006I9-Oy for bug-guix@gnu.org; Tue, 17 Apr 2018 05:06:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8MXv-0006Si-Io for bug-guix@gnu.org; Tue, 17 Apr 2018 05:05:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8MXq-0001jM-I2 for bug-guix@gnu.org; Tue, 17 Apr 2018 05:05:03 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21003) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f8MXq-0001fy-9P for bug-guix@gnu.org; Tue, 17 Apr 2018 05:04:58 -0400 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" To: 31189@debbugs.gnu.org The r-rcurl package does not find a CA bundle and does not respect any of the common environment variabls to set the location of the bundle. This makes r-gprofiler (a user of r-rcurl) pretty useless as it cannot access any of the online databases. The fix here is to figure out where to inject a getenv call in case the caller does not specify the =E2=80=9Ccainfo=E2=80=9D argument. -- Ricardo