Hi, I'am almost new to zimbra and in this forum.
Have nearly the same problem as described above. Running latest zimbra os version on centos 5.2
Accessing web admin consol with
https://domain.com:7071 the login screen is shown as expected.
I use VirtualHost to access admin page (
https://communicationadmin.domain.com) and it's working in the past. After reinstall of my server and setting up in zimbra, apache etc. in the same way, I only see an empty (cream colored) admin screen.
here my virtuelhost file (/etc/httpd/conf.d/zimbra.conf)
VirtualHost *:443>
ServerAlias communicationadmin.*
SSLProxyEngine ON
SSLEngine On
SSLCertificateFile /opt/zimbra/ssl/zimbra/server/server.crt
SSLCertificateKeyFile /opt/zimbra/ssl/zimbra/server/server.key
ProxyPass /
https://domain.org:7071/
ProxyPassReverse /
https://domain.org:7071/
ErrorLog /var/log/httpd/zimbra_ssl-error.log
/VirtualHost>
(info: open arrows not visible in this post)
Any suggestion?
Thanks