jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.1k stars 1.37k forks source link

Jitsi Meet Docker Setup-Not able to hit public_url from web browser #1114

Open bstaylor12 opened 3 years ago

bstaylor12 commented 3 years ago

Hi, I am trying to set up jitsi meet docker. I created an EC2 instance and installed docker/docker compose. I downloaded all the jitsi meet docker files from GitHub. I ran through all the commands provided in the installation guide, https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker. I changed the dockerhost ip and public url in the .env file, and created the additional directories in the .jitsi-meet-cfg. When I run docker compose up -d, all the images pull and start up. When I try to access the server ip from a web browser, it doesn’t work.

I added the "ENABLE_XMPP_WEBSOCKET=0" line to my .env file mentioned in this reference link, https://community.jitsi.org/t/you-have-been-disconnected-on-fresh-docker-installation/89121. But its still not working. Please assist.

saghul commented 3 years ago

When I try to access the server ip from a web browser, it doesn’t work.

What do you mean? Please provide some logs.

bstaylor12 commented 3 years ago

Hi,

I meant to say when I try to access the local host IP after following the set up instructions, I am not able to hit the site. I cannot provide logs because the installation is within an intranet. I just received feedback from someone within Jitsi that it could be a certificate-related issue. I am looking into LETSENCRYPT. Do you have any users who may have experienced this issue?