xmpp-websocket proxy issues again in 5390-3
See original GitHub issueIt seems that the xmpp-websocket connection is broken again in 5390-3 when running behind an external http(s) proxy.
Given the issue #850 I updated my external nginx proxy with this setting:
location = /xmpp-websocket {
proxy_pass http://0.0.0.0:38000/xmpp-websocket;
proxy_http_version 1.1;
proxy_set_header Connection "upgrade";
proxy_set_header Upgrade $http_upgrade;
tcp_nodelay on;
}
And it worked up to 5390-2. Now I am getting “A network error occurred try again” and 404 errors in the Jitsi WebApp JS console.
Safari JS Console:
[Error] WebSocket connection to 'wss://meet.bitwaves.de:8443/xmpp-websocket?room=friesenschlampen' failed: Unexpected response code: 404
Issue Analytics
- State:
- Created 3 years ago
- Comments:6
Top Results From Across the Web
[How To] How to enable websockets (xmpp-websocket) and ...
Enable websockets with reverse proxy (official documentation wrong?) Only certain users have Channel closed: 1006. Duplicate participants being ...
Read more >XMPP websocket connection manager - AG-Software
For a new project I am working on (more to be announced) I was looking for a standalone websocket connection manager.
Read more >"WebSocket Unable to Connect” error message, what should I ...
Do not use a VPN. Connect to a proxy server that supports WebSockets. If these solutions don't work, open a support ...
Read more >XMPP: basics, security, constrained networks | Page 2
WebSocket WebSockets comes with XMPP through RFC 7395. ... connection manager proxy), or have XMPP integrated with WebSocket at the server.
Read more >Javascript, Websockets and XMPP client. How to make them ...
This proxies the websocket connection from the standard http port 80 through to ejabberd, with the connection configured to handle websockets.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah, thats the name of my band. Its gotten so easy to play the bad boy again these days - we even got a facebook ban 🤪😂
'wss://meet.bitwaves.de:8443/xmpp-websocket?room=friesenschlampen'