DEV Community

Discussion on: Self-hosted Jitsi server with authentication

Collapse
 
griff1n profile image
Griff1n

Thank you so much for this tutorial.

I have been running into problem and that is every time I start a new meeting, It asks for the host to log in if not wait for the meeting to start and then I go log in and nothing happens. It goes right back to the first message asking the host to authenticate himself

please help. I have my server running Ubuntu 18.04 on Azure. Been able to get it up and running without the authentication but now that I want to authenticate. I doesn't work and I followed this tutorial cause it was so easy to understand.

Thanks

Collapse
 
noandrea profile image
Andrea Giacobino

Hi @griff1n , Azure networking is different from Hetzner,
please check this comment, I hope it will helpful for you:

dev.to/perikorese/comment/mlgd

Collapse
 
griff1n profile image
Griff1n

Yes. I have already seen this post and I have already fixed this issue. My problem is that every time I enter the user and password in the log in to host window. It says connecting and then reverts back to the "are you the hosts" message.

Thread Thread
 
noandrea profile image
Andrea Giacobino

try looking into the prosody log in /var/log/prosody, prosody is the component that manages authentication, you should finds clues there.