-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh install docker jitsi, behind RP, keep getting disconnected on joining #2035
Comments
If you are using a RP, proxy to the HTTP port 8000, no need to do HTTPS twice. |
Same error
on my FW i allow ports 80, 443 and 10000 from exernal to RP |
This looks like a misconfigured PUBLIC_URL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
Just finished install jitsi docker on a server
this server is behind a Reverse proxy, exposed to internet.
i can access jitsi fontend using public dns and create a room
but when i try to join, i have an error saying i've been disconnected, and can't go further
same with edge chrome or FF
logs from Edge :
[modules/xmpp/strophe.util.js] <Ul.Ii.Strophe.log>: Strophe: Websocket closed unexcectedly Websocket closed unexcectedly
My RP is nginx Proxy manager
it is configures with a wildcard certificate, and allow Websocket
on my jitsi docker, public url is https://serverip:8443
on my RP is set publicdns https to serverip on port 8443
connectinf directly to serverip:8443 i can join no problem
fault is because RP, but can't find out what's missing
did i miss a specific conf on jitsi docker .env file
is something missing on nginx proxy manager docker ?
The text was updated successfully, but these errors were encountered: