From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=protonmail.com (client-ip=185.70.40.133; helo=mail-40133.protonmail.ch; envelope-from=jvanveen@protonmail.com; receiver=) Authentication-Results: mail.toke.dk; dkim=pass (1024-bit key) header.d=protonmail.com header.i=@protonmail.com header.b=cRlDezTO Received: from mail-40133.protonmail.ch (mail-40133.protonmail.ch [185.70.40.133]) by mail.toke.dk (Postfix) with ESMTPS id C63717C56C0 for ; Tue, 5 Jan 2021 19:17:03 +0100 (CET) Date: Tue, 05 Jan 2021 18:16:57 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1609870622; bh=Gv2TItS6iE51Uouz+wd+uDlCPNE35gyQmngbAz3Es1s=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=cRlDezTO5u0v2iT1wwzLD+FmtaWOQdpbTOyeTMNJ98pf6fxqx6MqiXDVpbJs+gZYZ HD9T0hy9TsMvgambMyTP5r0LTrPgHzZ0lE63rTiYtOP5uotAMlmbcm2qC1oOekGFjQ 74vJv4laHr5WEsD0YKeoMS+E6JF3YQDu1u6/PsB0= To: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= From: Jeroen van Veen Message-ID: In-Reply-To: <87v9cba11z.fsf@toke.dk> References: <0-dxBS5LC_odE5dSkuOGwoOb2FmQ7PYcbBgSGpmtz2R1ek9xklqHKQ6UCO11J1JvU5np1csOcujLTfM3ZU_48ub3yZ1EQRcYuTbarD6EkN4=@protonmail.com> <87turv78ed.wl-jch@irif.fr> <87v9cba11z.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Message-ID-Hash: QD4DX7BUWHEX2Z4E2JPUWHQC2SU52E2I X-Message-ID-Hash: QD4DX7BUWHEX2Z4E2JPUWHQC2SU52E2I X-MailFrom: jvanveen@protonmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header CC: Juliusz Chroboczek , "galene@lists.galene.org" X-Mailman-Version: 3.3.2 Precedence: list Reply-To: Jeroen van Veen Subject: [Galene] Re: Websocket close 1006 (abnormal closure): unexpected EOF List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: Thanks for the help and info! I tested both the patch and the proxy timeout= config change. The patch fixes the issue with the default nginx timeout and the co= nfig does the same using the existing code. cheers, Jeroen =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Op dinsdag, januari 5, 2021 3:52 PM, Toke H=C3=B8iland-J=C3=B8rgensen schreef: > Juliusz Chroboczek jch@irif.fr writes: > > > > I've been testing with Galene a bit, but noticed that I got disconnec= ted > > > automatically after a while. > > > > Nginx timing out the websocket, perhaps? Could you please try with the > > following patch applied? > > Yeah, the default timeout in nginx is 60s: > > https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_read_time= out > > so if Galene actually waits that long it is likely that it trips the > timeout... > > I just normally put > > proxy_read_timeout 1200s; > proxy_send_timeout 1200s; > > in my nginx config (though I'm not proxying Galene)... > > -Toke > > Galene mailing list -- galene@lists.galene.org > To unsubscribe send an email to galene-leave@lists.galene.org