CLI zmtlsctl to set Web Server Mode: Difference between revisions

m (corrected description of both)
No edit summary
Line 50: Line 50:


<font size="3" color="#000000" face="Arial">Note: In you can also use tomcat stop/start, but in v5 this becomes jetty.</font>
<font size="3" color="#000000" face="Arial">Note: In you can also use tomcat stop/start, but in v5 this becomes jetty.</font>
<font size="3" color="#000000" face="Arial">Also: Immediately check http://wiki.zimbra.com/index.php?title=SMTP_Auth_Problems to be sure everything's set correctly. </font>


[[Category:Command Line Interface]]
[[Category:Command Line Interface]]

Revision as of 15:07, 22 October 2007

zmtlsctl

This command is used to set the Web server zimbraMailMode to the different communication protocol options. All modes use SSL encryption for back-end administrative traffic & the admin console.

The webserver has to be stopped and restarted for the change to take effect. Though a full zmcontrol stop/start certainly can't hurt.

Syntax

zmtlsctl [mode]

mode choices:

http - http only, the user would browse to http://zimbra.domain.com

https - https only, the user woudl browse to https://zimbra.domain.com They may or may not get a 302 redirect if they visit http://zimbra.domain.com

mixed - If the user goes to http://zimbra.domain.com it will redirect to HTTPS for the login only, then will revert to HTTP for normal session traffic. If they browse to https://zimbra.domain.com then they will stay HTTPS.

Note: When both is selected, it defaults to mixed .

Beginning with ZCS 5.0

redirect - like mixed, if the user goes to http://zimbra.domain.com it will redirect to HTTPS, but they will stay HTTPS for their entire session.

Steps to run

1.

Type zmtlsctl [mode] , press Enter.

2.

Type zmcontrol stop , press Enter.

3.

stops, type zmcontrol start , press Enter.


Note: In you can also use tomcat stop/start, but in v5 this becomes jetty.


Also: Immediately check http://wiki.zimbra.com/index.php?title=SMTP_Auth_Problems to be sure everything's set correctly.

Jump to: navigation, search