View Single Post
  #10 (permalink)  
Old 03-08-2006, 03:25 PM
Kevin Krause Kevin Krause is offline
Junior Member
 
Posts: 5
Default

Quote:
try adding redirectPort="<your SSL port>" in server.xml to the HTTP connector.
Interestingly enough, that's already there in the default Zimbra generated server.xml... here's a snippet:

Code:
    <!-- HTTPBEGIN -->
    <Connector port="80"
        enableLookups="false" redirectPort="443"
        maxThreads="100" minSpareThreads="100" maxSpareThreads="100"/>
<!-- HTTPEND -->
I have to admit that I have quite close to zero knowledge about Tomcat, otherwise I'd probably be able to figure out a solution on my own.
Reply With Quote