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: Thu, 17 Mar 2016 22:42:42 +0100 Message-ID: <87egb8pyr1.fsf@gnu.org> References: <8760y4ythn.fsf@gnu.org> <87d1qvs9un.fsf@gnu.org> <8737rrv2ey.fsf@gnu.org> <87pouvqu2w.fsf@gnu.org> <877fh2wgg7.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]:57811) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agfgu-0003op-Lz for guix-devel@gnu.org; Thu, 17 Mar 2016 17:42:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1agfgr-0005xc-Gz for guix-devel@gnu.org; Thu, 17 Mar 2016 17:42:48 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1agfgr-0005xV-EB for guix-devel@gnu.org; Thu, 17 Mar 2016 17:42:45 -0400 In-Reply-To: <877fh2wgg7.fsf@gnu.org> (Roel Janssen's message of "Wed, 16 Mar 2016 17:11:36 +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 Roel Janssen skribis: > It looks like we've got that CORS problem again. What makes you say so? > Did you change the web server configuration at hydra.gnu.org? Starting from a few hours ago, nginx at hydra.gnu.org times out after ~10s instead of 60s. So when hydra.gnu.org is loaded, the /api requests time out and we don=E2=80=99t get build status icons. Ludo=E2=80=99.