From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from srv1.stroeder.com (srv1.stroeder.com [213.240.180.113]) by mail.toke.dk (Postfix) with ESMTPS id 31D647C56FF for ; Tue, 5 Jan 2021 19:44:05 +0100 (CET) Authentication-Results: mail.toke.dk; dkim=pass (1536-bit key) header.d=stroeder.com header.i=@stroeder.com header.b=cJt4eh+W DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=stroeder.com; s=stroeder-com-20201114; t=1609872244; bh=JEPZRU9HQGp3TMEWXJSJuRLCHn4VDteh+EE1Te40QeA=; h=Subject:To:References:From:Date:In-Reply-To:From; b=cJt4eh+WSt6wJ1YvM900ITD9EdQ3YvYeTqqXmb5T0Oe4ddaf5hRTCwzN5DuqG6z/V BlXHE60nqss4gHj8rMiz9C4gBcF6JDBNY/OiRCZUV2FhpCo1P2DL2iumwc75V+VLVa FOseh0zPfCuelHKd4A5EpmntHBX2c0fHcmuWw3CJqtcxlreb1+1aDFiwNppfqIj8To 4qCmnq6Dbr6+Hbait8wpl5X5G6gnsEI7rrqWGcTNiMJ0P65AmXHOHxMYesx To: "galene@lists.galene.org" References: <0-dxBS5LC_odE5dSkuOGwoOb2FmQ7PYcbBgSGpmtz2R1ek9xklqHKQ6UCO11J1JvU5np1csOcujLTfM3ZU_48ub3yZ1EQRcYuTbarD6EkN4=@protonmail.com> <87turv78ed.wl-jch@irif.fr> <87v9cba11z.fsf@toke.dk> From: =?UTF-8?Q?Michael_Str=c3=b6der?= Message-ID: <59143aab-df95-92d8-db78-3129c2e02fb4@stroeder.com> Date: Tue, 5 Jan 2021 19:44:03 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <87v9cba11z.fsf@toke.dk> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Message-ID-Hash: SMRLVNGMFMMSZ2GEEPM5OBE2Z4LVPD2J X-Message-ID-Hash: SMRLVNGMFMMSZ2GEEPM5OBE2Z4LVPD2J X-MailFrom: michael@stroeder.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 X-Mailman-Version: 3.3.2 Precedence: list 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: On 1/5/21 3:52 PM, Toke H=C3=B8iland-J=C3=B8rgensen wrote: > Juliusz Chroboczek writes: >=20 >>> 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 th= e >> following patch applied? >=20 > Yeah, the default timeout in nginx is 60s: > https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_read_ti= meout >=20 > so if Galene actually waits that long it is likely that it trips the > timeout... >=20 > I just normally put >=20 > proxy_read_timeout 1200s; > proxy_send_timeout 1200s; 20min? Really? Even 120s would be quite long. Ciao, Michael.