From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dennis Mungai Subject: bug#23504: git 2.7.4 fails to clone repositories over HTTPS sources Date: Tue, 10 May 2016 15:30:22 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b06ob-0003z7-54 for bug-guix@gnu.org; Tue, 10 May 2016 08:31:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b06oY-0000en-Gg for bug-guix@gnu.org; Tue, 10 May 2016 08:31:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:32894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b06oY-0000ei-DZ for bug-guix@gnu.org; Tue, 10 May 2016 08:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1b06oY-0003Cc-9J for bug-guix@gnu.org; Tue, 10 May 2016 08:31:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b06o3-0003IM-CJ for bug-guix@gnu.org; Tue, 10 May 2016 08:30:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b06nw-0000bB-8L for bug-guix@gnu.org; Tue, 10 May 2016 08:30:30 -0400 Received: from mail-yw0-x22c.google.com ([2607:f8b0:4002:c05::22c]:33571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b06nw-0000b4-4J for bug-guix@gnu.org; Tue, 10 May 2016 08:30:24 -0400 Received: by mail-yw0-x22c.google.com with SMTP id t10so10978302ywa.0 for ; Tue, 10 May 2016 05:30:23 -0700 (PDT) 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: 23504@debbugs.gnu.org Hello there, I'm using git 2.7.4 from a guix profile, and here is my current environment: guix package -p ~/opt/guix-build-system --search-paths warning: failed to install locale: Invalid argument export PATH="/home/lin/opt/guix-build-system/bin:/home/lin/opt/guix-build-system/sbin" export XDG_DATA_DIRS="/home/lin/opt/guix-build-system/share" export GUIX_GTK3_PATH="/home/lin/opt/guix-build-system/lib/gtk-3.0" export INFOPATH="/home/lin/opt/guix-build-system/share/info" export PKG_CONFIG_PATH="/home/lin/opt/guix-build-system/lib/pkgconfig" export GUILE_LOAD_COMPILED_PATH="/home/lin/opt/guix-build-system/lib/guile/2.0/ccache" export C_INCLUDE_PATH="/home/lin/opt/guix-build-system/include" export CPLUS_INCLUDE_PATH="/home/lin/opt/guix-build-system/include" export LIBRARY_PATH="/home/lin/opt/guix-build-system/lib" export ACLOCAL_PATH="/home/lin/opt/guix-build-system/share/aclocal" which env returns: which env /home/lin/opt/guix-build-system/bin/env Now, with git clone example over HTTPS: git clone --branch gn-latest https://github.com/genenetwork/guix-bioinformatics Cloning into 'guix-bioinformatics'... fatal: unable to access 'https://github.com/genenetwork/guix-bioinformatics/': server certificate verification failed. CAfile: none CRLfile: none The system git does not present such an error. What could be wrong with my setup? Missing certificates? At the moment, I've installed the nss-certs package hoping it would be a workaround as these are Mozilla certs, but to no avail. Thanks and regards, Dennis.