Hi,
sorry for reopening.
After installing the package now we experience a strange apache problem, we can’t seem to fix:
When we set up the OX Mail App (on Android), we get an error message in the app saying that the server is not responding:
The server does not appear to be responding.
The Apache log of the server show this when trying to login:
[Thu Feb 06 10:11:16.689001 2020] [ssl:error] [pid 30444] AH02032: Hostname ucs-master1.ucs.foo.bar provided via SNI and hostname ox.foo.bar provided via HTTP have no compatible SSL setup
Note: we have set up a virtual-ssl.conf with numerous subdomains on this host.
The ox.foo.bar part looks like this:
##########
# Open Xchange
##########
<VirtualHost *:443>
ServerName ox.foo.bar
ServerAlias mail.foo.bar
DocumentRoot /var/www
RedirectMatch ^/$ /appsuite/
Include /etc/apache2/sites-available/ox.conf
SSLEngine on
SSLProxyEngine on
SSLCertificateFile /etc/univention/ssl/foo.bar/foo.bar.crt
SSLCertificateKeyFile /etc/univention/ssl/foo.bar/foo.bar.key
SSLCertificateChainFile /etc/univention/ssl/foo.bar/foo.bar.intermediate.crt
</VirtualHost>
We don’t seem to find a solution for this issue, and hope you would have an idea.
thanks
Sascha