From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: HTTPS for Hydra Date: Tue, 15 Mar 2016 22:35:28 +0100 Message-ID: <87d1qvs9un.fsf@gnu.org> References: <8760y4ythn.fsf@gnu.org> 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]:35568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afwco-0005CG-HC for guix-devel@gnu.org; Tue, 15 Mar 2016 17:35:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afwcl-00079x-Bk for guix-devel@gnu.org; Tue, 15 Mar 2016 17:35:34 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afwcl-00079s-5U for guix-devel@gnu.org; Tue, 15 Mar 2016 17:35:31 -0400 In-Reply-To: <8760y4ythn.fsf@gnu.org> (Roel Janssen's message of "Thu, 04 Feb 2016 23:56:52 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Roel Janssen Cc: guix-devel@gnu.org Hello! It took a while, but finally hydra.gnu.org has its own Let=E2=80=99s Encrypt certificate and is available over https, woohoo! Back to the initial problem, we (i.e., you ;-)) can now modify packages.js so that it uses either http or https to use Hydra=E2=80=99s API, depending on the current URL. Thoughts? Ludo=E2=80=99.