Jitsi app redirected back to portal page

Hi all,

I’m in the process of testing univention for a cloud-based deployment. I am running letsencrypt on apache to enable webtrust certificates on the web browser. I’ve installed jitsi, and it runs on a subdomain jitsi.

Every time I click the jitsi app, I get redirected back to the portal page.

I think this may have something to do with the univention-letsencrypt.conf in /etc/apache2/sites-enabled

There is a 443 virtual host defined for every domain in the letsencrypt certificate, for example for jitsi:

<VirtualHost :443>
IncludeOptional /etc/apache2/ucs-sites.conf.d/
.conf
ServerName jitsi.univention_portal.com
SSLEngine on
SSLProxyEngine on
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off

SSLCertificateFile /etc/univention/letsencrypt/signed_chain.crt
SSLCertificateKeyFile /etc/univention/letsencrypt/domain.key

ProxyPass /bluespice http://127.0.0.1:40002/bluespice retry=0
ProxyPassReverse /bluespice http://127.0.0.1:40002/bluespice

ProxyPass /dudle http://127.0.0.1:40003/dudle retry=0
ProxyPassReverse /dudle http://127.0.0.1:40003/dudle

ProxyPass /nextcloud http://127.0.0.1:40000/nextcloud retry=0
ProxyPassReverse /nextcloud http://127.0.0.1:40000/nextcloud

ProxyPass /openproject/ http://127.0.0.1:40007/openproject/ retry=0
ProxyPassReverse /openproject/ http://127.0.0.1:40007/openproject/

ProxyPass /rocketchat/ http://127.0.0.1:40005/rocketchat/ retry=0
ProxyPassReverse /rocketchat/ http://127.0.0.1:40005/rocketchat/

ProxyPass /wekan http://127.0.0.1:40006/wekan retry=0
ProxyPassReverse /wekan http://127.0.0.1:40006/wekan

Anyone has any ideas or has seen similar issues?

As suspected, this was caused by the univention lets-encrypt app.
I removed it and installed certbot, and working fine now.

Mastodon