Dear all,
I have tried to install Jitsi via Docker on OpenSuse 15.1 and on OpenSuse Tumbleweed in my LAN, behind the rooter’s firewall, so the meeting is intended to be an internal conference tool.
In both cases the “normal” installation worked (without audio and video, but I was told that this is due to the missing https).
In order to change to https via LetsEncrypt, following changes in the .env-file were made:
HTTP_PORT=80
HTTPS_PORT=443
DOCKER_HOST_ADDRESS=IP_ADDRESS_OF_MY_SERVER
ENABLE_LETSENCRYPT=1
LETSENCRYPT_DOMAIN=A_DOMAIN
LETSENCRYPT_EMAIL=A_VALID_EMAIL_ADRESS
ENABLE_HTTP_REDIRECT=1
The result is, that no connection can be made any more.
Starting
docker-compose up
leads to
jvb_1 | May 07, 2020 8:54:04 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1 | INFO: create_conf, id=117a07b5471a1da gid=null logging=false
jvb_1 | May 07, 2020 8:54:04 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1 | INFO: Performed a successful health check in PT0.019S. Sticky failure: false
jvb_1 | May 07, 2020 8:54:12 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1 | INFO: Running expire()
jvb_1 | May 07, 2020 8:54:14 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1 | INFO: create_conf, id=c25499183c9cc5ce gid=null logging=false
jvb_1 | May 07, 2020 8:54:14 PM org.jitsi.utils.logging2.LoggerImpl log
jvb_1 | INFO: Performed a successful health check in PT0.021S. Sticky failure: false
web_1 | Saving debug log to /var/log/letsencrypt/letsencrypt.log
web_1 | Plugins selected: Authenticator standalone, Installer None
web_1 | Obtaining a new certificate
web_1 | An unexpected error occurred:
web_1 | There were too many requests of a given type :: Error creating new order :: too many failed authorizations recently: see https://letsencrypt.org/docs/rate-lim
its/
web_1 | Please see the logfiles in /var/log/letsencrypt for more details.
web_1 | Failed to obtain a certificate from the Let’s Encrypt CA.
My problems are
- /var/log/letsencrypt/letsencrypt.log does not exist
- There were too many requests of a given type :: Error creating new order :: too many failed authorizations recently: see https://letsencrypt.org/docs/rate-lim: I have started the process today once, so I do not know why there should be too many requests.
Setting the changes in the .env back to the origin, the system runs as before.
I do not know what to do.
So I would be happy about any suggestion, how to solve this issue and to get the audio and video running.
Thanks a lot in advance
Best regards
Jörg