[Ubuntu16.04, Apache2, jitsi-meet]
Hi, I’ve installed Jitsi-Meet on my server and the welcome screen shows up and allows me to create a conference room (albeit without a password at the moment) which I can ‘join’ from my laptop and phone. Though I am able to enter the room, neither connection is able to see the other (no video or text messages echo) and after a short period, they each get disconnected whereby a countdown timer commences to rejoin. I’ve seen this screen mentioned many times while trying to solve this problem.
The problem seems to be related to Prosody and a permission error its getting whilst attempting to access my Lets Encrypt keys. According to https://prosody.im/doc/certificates, I should be setting the permissions on my keys to 640 and root:parsody
, but I really don’t like that and everything else on my server works fine with 600 and root:root
.
I have no prior knowledge with either Jitsi nor Parsody, so I’m not sure how to proceed. Any suggestions on how to manage this securely? Cheers.