From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#32233: Cuirass: Berlin web API times out Date: Mon, 23 Jul 2018 11:08:38 +0200 Message-ID: <87lga2tj3d.fsf@gnu.org> References: <87lga5lyxa.fsf@lassieur.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]:53037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhWq3-0007hq-J1 for bug-guix@gnu.org; Mon, 23 Jul 2018 05:09:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhWpy-0003Lr-IK for bug-guix@gnu.org; Mon, 23 Jul 2018 05:09:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48053) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fhWpy-0003Ln-Ej for bug-guix@gnu.org; Mon, 23 Jul 2018 05:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fhWpy-0001tR-60 for bug-guix@gnu.org; Mon, 23 Jul 2018 05:09:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87lga5lyxa.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Sat, 21 Jul 2018 11:29:21 +0200") 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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 32233@debbugs.gnu.org Hello, Cl=C3=A9ment Lassieur skribis: > https://berlin.guixsd.org:8081/ times out. Note that Cuirass listens on localhost:8081, so you cannot reach it from the outside (and it=E2=80=99s HTTP, too.) There=E2=80=99s nginx that proxi= es things, see guix-maintenance.git. Now, with the version currently running, I can tell you that this URL is not very interesting: --8<---------------cut here---------------start------------->8--- $ wget -O - http://localhost:8081 --2018-07-23 11:06:22-- http://localhost:8081/ Resolving localhost (localhost)... 127.0.0.1 Connecting to localhost (localhost)|127.0.0.1|:8081... connected. HTTP request sent, awaiting response... 404 Not Found 2018-07-23 11:06:22 ERROR 404: Not Found. --8<---------------cut here---------------end--------------->8--- :-) Is the Web UI already in the current =E2=80=98cuirass=E2=80=99 package? If= so, what do we need to change in the nginx config? Thanks, Ludo=E2=80=99.