From mboxrd@z Thu Jan 1 00:00:00 1970 From: nightowl Subject: Guix Pull SSL Cert Invalid Old PC Date: Sun, 22 Sep 2019 22:12:10 -0500 Message-ID: <99ec9238b86bc60491bf62676750f68b@posteo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36262) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iCElr-0003zb-Ae for help-guix@gnu.org; Sun, 22 Sep 2019 23:12:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iCElq-0007HV-E8 for help-guix@gnu.org; Sun, 22 Sep 2019 23:12:15 -0400 Received: from mout01.posteo.de ([185.67.36.141]:37177) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iCElq-0007HA-74 for help-guix@gnu.org; Sun, 22 Sep 2019 23:12:14 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 2685416005D for ; Mon, 23 Sep 2019 05:12:11 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 46c8WH1Szhz6tm7 for ; Mon, 23 Sep 2019 05:12:10 +0200 (CEST) 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: Help guix I have installed guix sd on an old ibm 32bit laptop (PentiumII), but after booting up into the new system, I have trouble running guix pull command to update the system store. It complains that the SSL certificate is invalid. Because of limitations with the 32 bit machine, I had to install the system by removing the hard drive and connecting it externally to another modern laptop using a usb to ide adapter. I ran the guix system init to install the system onto the hard drive, then placed it back into the 32 bit laptop. Things boot and run ok using the slim login and the i3wm window manager, but cannot run the pull command without getting an invalid certificate error. The interesting thing is, if I take the hard drive back out and boot off of it using one of my newer computers (I tried this on two of my newer computers), I can run the guix pull command and it works fine, the certificate registers ok in this case. Why would the old computer say the certificate is invalid while two of my newer computers say it is ok?