From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1609858344; bh=SCYuKydR5/YWP0ob0G2g09QIZEkPby8tc5ZlOf8Cx3k=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=I6HkqDdtNjP9sEOO34TUI00V0/yOc29+hy54BMfP4Ro2q4UwRaaOkCRzLTd3c3zdZ 2aJjyxka948hEyjCWAHTNWG9wgt99gQXh+sjNVMyETe1F+LXPOAAKK8Pu7U0H+iVlF tG1QiK4K/LjBoQ5+I10At8gpzTQwaaAnLIF+Y0AFIVkTL/4NCw6NOlvSwTrRxwzEys y1dBW/nUuMxD3N36b+7fU8DeJPcuEY1A5s4i9m+LZfF8zUFx2bMzdeClb9I/YwYKdP ZStXGh6ZcyXMpy23pL23kBcy6ylZ0e/TxsQrHeHbkO5YsTOC+cEaBbpRATbTSfbaYo 9mgPulLqoV6/A== To: Juliusz Chroboczek , Jeroen van Veen In-Reply-To: <87turv78ed.wl-jch@irif.fr> References: <0-dxBS5LC_odE5dSkuOGwoOb2FmQ7PYcbBgSGpmtz2R1ek9xklqHKQ6UCO11J1JvU5np1csOcujLTfM3ZU_48ub3yZ1EQRcYuTbarD6EkN4=@protonmail.com> <87turv78ed.wl-jch@irif.fr> Date: Tue, 05 Jan 2021 15:52:24 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87v9cba11z.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Message-ID-Hash: O5PO3UTONTGJAD6XVIABWXUGDLJ362XK X-Message-ID-Hash: O5PO3UTONTGJAD6XVIABWXUGDLJ362XK X-MailFrom: toke@toke.dk 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: "galene@lists.galene.org" 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: Juliusz Chroboczek writes: >> I've been testing with Galene a bit, but noticed that I got disconnected >> 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_timeout 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