> On Nov 30, 2016, at 7:05 PM, mj ([email protected]) <[email protected]> wrote: > > Our apache2 SOGo.conf seems to be configured correctly, but after > authentication, we are redirected to http instead of https.
Try this: in Apache config file for ‘http://', add a rewrite rule to redirect to https like below: RewriteRule /SOGo(.*) https://%{HTTP_HOST}%{REQUEST_URI} ---- Zhang Huangbin, founder of iRedMail project: http://www.iredmail.org/ Time zone: GMT+8 (China/Beijing). -- [email protected] https://inverse.ca/sogo/lists
