From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: HTTPS for Hydra Date: Tue, 15 Mar 2016 23:07:58 +0100 Message-ID: <871t7bv1hd.fsf@gnu.org> References: <8760y4ythn.fsf@gnu.org> <87d1qvs9un.fsf@gnu.org> <8737rrv2ey.fsf@gnu.org> <87pouvqu2w.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43007) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1afx89-0001r2-No for guix-devel@gnu.org; Tue, 15 Mar 2016 18:07:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1afx88-0006hT-TQ for guix-devel@gnu.org; Tue, 15 Mar 2016 18:07:57 -0400 In-reply-to: <87pouvqu2w.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Courtès writes: > Roel Janssen skribis: > >> From 28cfe3d56d2139fc4a50ac9b20b2a73fe12f5a6c Mon Sep 17 00:00:00 2001 >> From: Roel Janssen >> Date: Tue, 15 Mar 2016 22:45:32 +0100 >> Subject: [PATCH] website: packages: Support both http and https requests to >> hydra.gnu.org. >> >> * website/static/base/js/packages.js (set_build_status): Use the protocol of the current URL. > > Pushed with minor formatting tweaks. > > And now… https://www.gnu.org/software/guix/packages/ > It works! :-) > > Thanks for being patient! Awesome work getting hydra.gnu.org to serve using HTTPS! At last, we've got it working completely. Thanks!