pfefferc:
what version of ZCS are you running? have you already attempted customization of Login.jsp?
LMStone:
the workaround is pretty simple:
1. Edit /opt/zimbra/tomcat/webapps/zimbra/public/Login.jsp and comment out this
statement so that http connections are *never redirected back* to http:
Code:
qs = emptyQs? "?initMode=" + currentProto: qs + "&initMode=" +
currentProto;
2. Set the mail mode to mixed to allow the initial http connections that will be redirected to https:
Code:
zmtlsctl mixed
tomcat restart
edit: the "next major release" will be ZCS 5.0