-
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
Issue with TLS Configuration for Jitsi Meet Docker Self-Hosting #1987
Comments
You cannot use custom ports with Let's encrypt:
|
You could perform the TLS termination on your existing web server and proxy to localhost over plain HTTP. |
@damencho Thank you for the explanation,
@saghul I will try it. |
Hello,
I am trying to self-host Jitsi Meet using Docker with TLS configuration via Let's Encrypt, but I am encountering issues when the default ports (
80
and443
) are already in use on my server.Problem:
The Jitsi configuration guide recommends setting the following:
HTTP_PORT=80
HTTPS_PORT=443
PUBLIC_URL
to my domain.However, the ports 80 and 443 are already in use on my server. I attempted to modify the ports in the
.env
file to8005
for HTTP and8443
for HTTPS, but the configuration does not work as expected.Steps to Reproduce:
HTTP_PORT=8005
andHTTPS_PORT=8443
in the.env
file.ENABLE_LETSENCRYPT=1
andLETSENCRYPT_DOMAIN=meet.example.com
.join room
, see the figure belowThe text was updated successfully, but these errors were encountered: