From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: Cannot clone repositories over HTTPS with Git Date: Wed, 20 Apr 2016 08:15:16 -0400 Message-ID: References: <87k2js39s2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asr2M-0006jQ-SS for help-guix@gnu.org; Wed, 20 Apr 2016 08:15:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asr2L-0002Mj-OB for help-guix@gnu.org; Wed, 20 Apr 2016 08:15:18 -0400 Received: from mail-yw0-x232.google.com ([2607:f8b0:4002:c05::232]:35580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asr2L-0002MR-Ef for help-guix@gnu.org; Wed, 20 Apr 2016 08:15:17 -0400 Received: by mail-yw0-x232.google.com with SMTP id g133so44819401ywb.2 for ; Wed, 20 Apr 2016 05:15:16 -0700 (PDT) In-Reply-To: <87k2js39s2.fsf@gnu.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Roel Janssen Cc: help-guix On Wed, Apr 20, 2016 at 5:32 AM, Roel Janssen wrote: > Dear Guix, > > With the Git provided by GNU Guix, I cannot seem to clone repositories > over HTTPS: > fatal: unable to access 'https://github.com/roelj/inklingreader.git/': server certificate verification failed. CAfile: none CRLfile: none > > Am I missing a package that provides common CA files? GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt This "just works" on GuixSD.