CLI zmtlsctl to set Web Server Mode: Difference between revisions

No edit summary
 
No edit summary
Line 1: Line 1:
==<font size="4" color="#00007f" face="Arial"> ''' zmtlsctl ''' </font>==
==<font size="4" color="#00007f" face="Arial"> ''' zmtlsctl ''' </font>==


<font size="3" color="#000000" face="Arial"> This command is used to set the Web server mode to the communication protocol options: HTTP, HTTPS, or mixed. Mixed mode uses HTTPS for logging in and HTTP for normal session traffic. All modes use SSL encryption for back-end administrative traffic.</font>
<font size="3" color="#000000" face="Arial"> 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.</font>


<font size="3" color="#000000" face="Arial"> Tomcat has to be stopped and restarted for the change to take effect. </font>
<font size="3" color="#000000" face="Arial"> Tomcat has to be stopped and restarted for the change to take effect. </font>
Line 9: Line 10:
<font size="3" color="#000000" face=""Times New Roman""> '''  zmtlsctl [mode]  ''' </font>
<font size="3" color="#000000" face=""Times New Roman""> '''  zmtlsctl [mode]  ''' </font>


<font size="3" color="#000000" face="Arial"> mode = http, https, or mixed </font>
<font size="3" color="#000000" face="Arial"> 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.
 
'''both''' - A user can go to http://zimbra.domain.com or https://zimbra.domain.com and will keep that mode for their entire session  (few quirks with this mode when using a version prior to 4.5.2)
 
Introduced in v5:
 
'''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.
 
</font>


=====<font size="3" color="#00007f" face="Arial"> ''' Steps to run ''' </font>=====
=====<font size="3" color="#00007f" face="Arial"> ''' Steps to run ''' </font>=====

Revision as of 16:17, 5 September 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.

Tomcat has to be stopped and restarted for the change to take effect.

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.

both - A user can go to http://zimbra.domain.com or https://zimbra.domain.com and will keep that mode for their entire session (few quirks with this mode when using a version prior to 4.5.2)

Introduced in v5:

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 tomcat stop , press Enter.

3.

When Tomcat stops, type tomcat start , press Enter.
Jump to: navigation, search