Redirect HTTP to HTTPS in Zimbra
April 14th, 2009 Posted in Linux, Mail server
In Zimbra we have the options to log on using HTTP or HTTPS.
Using zmtlsctl command, we can set the Web server mode to the communication protocol options:
- HTTP
- HTTPS
- Mixed: uses HTTPS for logging in and HTTP for normal session traffic.
- Redirect: redirects any users connecting via HTTP to a HTTPS connection.
Mailboxd has to be stopped and restarted for the change to take effect.
Here are the steps to use mixed mode option:
su - zimbra zmtlsctl mixed zmmailboxdctl stop zmmailboxdctl start