You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Donny R Rota <dr...@us.ibm.com> on 2005/05/04 20:31:19 UTC

How to redirect all ports to use SSL?

I want all my Tomcat requests to go through SSL. 

I want the URLs to look like  https://this/   and not   https://this:8443

I setup tomcat, and got ssl working on 8443.
But I cannot redirect port 80 to 8443.  I keep getting 'access denied'.

Is there a way in Tomcat to redirect all port 80 requests to SSL(8443)?

I know you can do it the other way around 8443 -> 80.

I'm just running standalone Tomcat, no Apache.

advTHANKSance!
...Don...

Re: How to redirect all ports to use SSL?

Posted by Mark Thomas <ma...@apache.org>.
This is a question for tomcat-user, not tomcat-dev

Mark


Donny R Rota wrote:
> I want all my Tomcat requests to go through SSL. 
> 
> I want the URLs to look like  https://this/   and not   https://this:8443
> 
> I setup tomcat, and got ssl working on 8443.
> But I cannot redirect port 80 to 8443.  I keep getting 'access denied'.
> 
> Is there a way in Tomcat to redirect all port 80 requests to SSL(8443)?
> 
> I know you can do it the other way around 8443 -> 80.
> 
> I'm just running standalone Tomcat, no Apache.
> 
> advTHANKSance!
> ...Don...


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org