Hey all,
I have egroupware installed and have apache serving it as an SSL
NamedVirtualHost.
When I loginto egroupware I get a warning “This site contains both secure
and nonsecure items.”
I’m not sure why I’m getting this error?
This is egw 1.6.001, Apache2, PHP5 and MySQL5 on Debian “Etch”.
Here’s my apache config:
NameVirtualHost *:443
DocumentRoot “/usr/share/egroupware”
ServerName webmail.mydomain.com
SSLEngine on # Only allow “high” and “medium” security key lengths.
SSLCipherSuite HIGH:MEDIUM # Force SSLv3 and TLSv1 Only.
SSLProtocol +SSLv3 +TLSv1
SSLCertificateFile /etc/apache2/ssl/my.cert
SSLCertificateKeyFile /etc/apache2/ssl/my.key
TraceEnable off
Options -FollowSymLinks -ExecCGI
SSLRequireSSL
AllowOverride None
Order allow,deny
Allow from all
DirectoryIndex index.html index.php
Can someone help me with this?
Thanks.