hello all!
I am attempting to configure Egw for https and am failing turribly.
Here is my setup:
Centos x64
Apache 2 / mysql (basic lampp server)
In addition I have a tomcat server running on the same machine for specific software
The SSL certs and configured in Apache and I am using ProxyPass ProxyPassReveres to share the SSL with tomcat.
I can only access egw with http://
I found this post on a site ( http://wiki.contribs.org/Egroupware ) but am unsure if it applies to the current version:
Adjusting accessibility
The default behaviour of eGroupWare is: accessible from LAN + Internet with “forced https” (with SSL on and a rewrite rule to force a redirection to the SSL page) You can easily change those defaults settings with following commands:
config setprop egroupware HTTPS on
config setprop egroupware HTTPS off
config setprop egroupware PublicAccess global
config setprop egroupware PublicAccess local
Once done, apply modifications and restart Apache:
expand-template /etc/httpd/conf/httpd.conf
service httpd-e-smith restart
I really would like to have egw access only from https, but the cunfabulation is coulding my eyes.
Thanks for any help!