On Thu, Feb 11, 2016 at 02:17:38PM -0500, m...@kimwana.com wrote:

    <Connector port="80" enableLookups="false"
           redirectPort="443" />

    <Connector port="443" SSLEnabled="true" acceptCount="100" clientAuth="false"
        disableUploadTimeout="true" enableLookups="false" maxThreads="25"
        keystoreFile="/opt/tomcat/conf/keystore/dishwater.jks" 
keystorePass="ImFr3eZ1inG"
        protocol="org.apache.coyote.http11.Http11NioProtocol" scheme="https"
        secure="true" sslProtocol="TLS" />

It works! Requests to port 80 area sent to 443, and there's no need to append a 
non-standard port!

The counterintuitive bit for me is, port 443 is seemingly configured twice. 

No need for iptables or httpd! Woot!

> If I want to run Tomcat using ssl only do I still need to set up a non-ssl 
> connector and redirect the port?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to