From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnurl: add CA path to configure-flags Date: Sun, 12 Jun 2016 16:22:15 +0200 Message-ID: <20160612142215.GA20253@solar> References: <20160611205128.GA23445@khazad-dum> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bC6HX-00077R-TB for guix-devel@gnu.org; Sun, 12 Jun 2016 10:22:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bC6HR-0007fF-Sw for guix-devel@gnu.org; Sun, 12 Jun 2016 10:22:30 -0400 Received: from mailrelay2.public.one.com ([91.198.169.125]:54325) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bC6HR-0007f8-Fa for guix-devel@gnu.org; Sun, 12 Jun 2016 10:22:25 -0400 Content-Disposition: inline In-Reply-To: <20160611205128.GA23445@khazad-dum> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hello, On Sat, Jun 11, 2016 at 08:51:28PM +0000, ng0 wrote: > * gnurl(configure-flags): --with-ca-path=/etc/ssl/certs/ my impression is that this absolute path does not do what we would like it to. Optimally, the user would decide, by installing a certificate bundle into the profile, which certificates to use. And on a foreign distro, the random certificate bundle in /etc/ssl/certs, which does not come from Guix, would be used by the Guix gnurl, which would be surprising. Andreas