I am struggling with Jitsi behind AWS ALB.
I have configured load balancer, opened TCP: 443, 80, 4443, UDP: 10000.
Created target group etc. frontend works but the video doesn't start:
Error in the console is:
WebSocket connection to wss://jitsi.<censored>.org/xmpp-websocket?room=test' failed: _connect @ strophe.umd.js:5463
I will really appreciate the advice.
UPD: I can disable websocket by adding these variables to .env
ENABLE_SCTP=1
ENABLE_COLIBRI_WEBSOCKET=0
ENABLE_XMPP_WEBSOCKET=0
But this isn't secure and therefore the desired result.