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 14:58:40 +0200 Message-ID: <87o9iidm67.fsf@elephly.net> References: <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]:53676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8Rr1-0005fG-3C for bug-guix@gnu.org; Tue, 17 Apr 2018 10:45:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8Rqx-0008Ba-6E for bug-guix@gnu.org; Tue, 17 Apr 2018 10:45:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49749) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f8Rqx-0008BQ-0s for bug-guix@gnu.org; Tue, 17 Apr 2018 10:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f8Rqw-0001ZO-Qj for bug-guix@gnu.org; Tue, 17 Apr 2018 10:45:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: <87po2ydx0b.fsf@elephly.net> 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-done@debbugs.gnu.org Ricardo Wurmus writes: > 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. This is fixed with commit 8d3dda021a4cc66f79305a2146c895d1613a8ba6 in master. -- Ricardo