My url is https:://jisti.mydomain.com:839 and I redirect (in my ISP “box”) port 839 to 192.168.1.11:443 (and UDP 10000) which a buster lxd container where I have installed jitsi carefully following NAT instructions of https://jitsi.org/downloads/ubuntu-debian-installations-instructions/ and of https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md. I use my own let’sencrypt certificate. And chrome finds that ok, but in the developper tools I note:
strophe.umd.js:5123 POST https://jitsi.mydomain.com/http-bind?room=couderc net::ERR_CERT_COMMON_NAME_INVALID
I note too error:
Logger.js:154 2020-05-10T15:26:22.239Z [JitsiMeetJS.js] <Object.getGlobalOnErrorHandler>: UnhandledError: null Script: null Line: null Column: null StackTrace: Error: Strophe: request id 3.3 error 0 happened
at Object.r.Strophe.log (strophe.util.js:89)
at Object.error (strophe.umd.js:1392)
at D.Bosh._onRequestStateChange (strophe.umd.js:5017)
and
Logger.js:154 2020-05-10T15:26:22.240Z [modules/xmpp/strophe.util.js] <Object.r.Strophe.log>: Strophe: request id 3.3 error 0 happe
while it is trying to reconnect…
I must add that port 80 is not redirected to this container as it is uses for let’encrypt certificate generation in another container.
Help welcome…
Thanks
PC