I got a server installed last week with last weeks stable, secure domain enabled. Today I did apt update/ apt upgrade (ubuntu22), and since then no login in order to open a room seems to work. It feels like my login is invalid.
prosody.log
says
|Jan 12 18:10:32 mod_bosh|info|New BOSH session, assigned it sid 'a90127e1-af77-4cbd-923a-b335bd1fc2e9'|
|Jan 12 18:10:33 bosha90127e1-af77-4cbd-923a-b335bd1fc2e9|info|Authenticated as keith@[server]
… and that’s it. No entry in prosody.err
.
jicofo.log
says
Jicofo 2023-01-12 18:13:15.207 INFO: [42] ConferenceIqHandler.handleConferenceIq#69: Focus request for room: availableknocksresignlow@conference.[server]
… so it just seems to wait for the conference to be opened.
Nothing in jvb.log
, up and running.
When deleting “Secure Domain” features, to make it a public server without any authentication, after clicking “Join Meeting” the button turns grey and stays grey.
From the default prosody template I just noticed that “authentication=anonymous” seems to have been changed into “authentication=jitsi-anonymous” , but playing around with that doesn’t solve the problem.
From the Firefox browser console:
2023-01-12T18:31:03.750Z [connection.js] CONNECTION FAILED: connection.passwordRequired
I can’t find a connection.js on the server…
So I wonder, where should I start to look… Something must have been changed dramatically between those two versions that causes this behaviour, any hints?