question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

xmpp-websocket proxy issues again in 5390-3

See original GitHub issue

It 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:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
normencommented, Jun 23, 2021

@normen I like the name of your channel 😛

What channel?

'wss://meet.bitwaves.de:8443/xmpp-websocket?room=friesenschlampen'

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 🤪😂

0reactions
sebastianrothecommented, Jun 23, 2021

@normen I like the name of your channel 😛

What channel?

'wss://meet.bitwaves.de:8443/xmpp-websocket?room=friesenschlampen'

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found