However, I also run Jitsi on the server (also routed thru an Apache subdomain). And even though I use the very same cert for that subdomain as well, SSL Labs see an issue with it (as do some web browsers of some of my users): SSL Server Test: jitsi.tempel.org (Powered by Qualys SSL Labs)
How can that be? (someone suggested that it's because my server needs to deliver the R3 cert on its own, and while Apache does this somehow, the Jitsi server does not - but I have no idea how to fix that).
I searched the web for topics related to "jitsi missing r3" and found nothing on that.
However, I also run Jitsi on the server (also routed thru an Apache subdomain). And even though I use the very same cert for that subdomain as well, SSL Labs see an issue with it (as do some web browsers of some of my users): SSL Server Test: jitsi.tempel.org (Powered by Qualys SSL Labs)
How can that be? And how could I fix this? Or shall I open a new topic for this?
Thanks, Bruce.
So, you're saying that the server needs to deliver the R3 cert? I thought the browser would pull them from wherever the cert issuers provide them.
So the question is: Why does Jitsi not deliver the R3 cert. Couldn't find anything in the web on that topic, either. Damn. This should be easy - the install page for Jitsi clearly makes it sound like that, and it used to work fine before I upgraded to Deb 10 a few weeks ago, too.
@tempelorg Please start a new Help topic with your questions. The answers to the form you are shown will help us. And, will not interfere with the activity for this thread. Thanks
I've found the issue after reading Certificates – Prosody IM, and it had nothing to do with Jitsi, so asking here was the right place:
I had configured my webserver to deliver the "cert.pem" for SSL connections. That was incorrect. I had to change it to deliver the "fullchain.pem" instead. (And the other sites server by Apache also used that fullchain.cert file, and that's why it worked there)
I guess that have been obvious to anyone knowing anything about configuring a web server