You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just found the solution myself! I would suggest that you guys change the environment variables a bit. Let me explain the issue! Because I have Plesk running on port 8443, I needed to change the port to 8448 as you can see above. But in your env, you write the following text:
Keep in mind that if you use a non-standard HTTPS port, it has to appear in the public URL
But here the problem begins! This tells me to add the SSL port to my URL:
PUBLIC_URL=https://meet.example.com:${HTTPS_PORT}
Generally, this works BUT NOT if you use a NGINX reverse proxy like I do! Because in this case, Jitsi tries to connect to the Websocket running on port 8448 which is not exposed since NGINX uses 443 as SSL port and does the redirect internally. So maybe you change the description of your documentation or env example a bit to give clarity so that the next guy don't need to spend a whole working day trying to understand everything.
Hi there,
after 5 hours of spending time to configure Jitsi on my Plesk server inside Docker, I need to give up and ask you — sorry for that.
First, I've followed the tutorial here: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker
I've created a custom subdomain on my server
meet.my-domain.de
and downloaded the latest release: https://github.com/jitsi/docker-jitsi-meet/archive/refs/tags/stable-9955.zipI've unziped it and created a .env from the template. I've executed the script to set a password and changed the following values:
Since I handle SSL inside Plesk by a reverse proxy, I've followed this tutorial to disable HTTPS inside the .env: https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/#running-behind-a-reverse-proxy
Also, I needed to change the composer file because the port 8080 is reserved by ruby in my system:
Finally, I've set the following reverse proxy inside NGINX directive settings of my subdomain (server block not needed inside Plesk, just fyi):
After running the composer stack, I've checked the logs and fond something sus inside the JVB container:
Everything else looked fine. So I've opened
meet.my-domain.de
and was able to initiate a new meeting but instantly got an error:Inside the console, I can see this error:
Any idea what I am missing here?
The text was updated successfully, but these errors were encountered: