You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ngolehung84 <ng...@yahoo.com> on 2006/06/14 19:05:14 UTC

Configure SSL

Hi, 
I have configured my web site to use SSL successfully. But, the client can
access my website from 2 URL with 2 protocol Http and Https
For example: The client can access my website with:
http://localhost:8080/mysite/
https://localhost:8443/mysite/
 
Now, I want to configure Tomcat to allow the client access my website from
one URL only:
https://localhost:8443/mysite/
And if client uses this URL: http://localhost:8080/mysite/  the exception
will be returned to the client.

How can I do that?
Thanks in advance,
Hung.

--
View this message in context: http://www.nabble.com/Configure-SSL-t1787429.html#a4868951
Sent from the Tomcat - Dev forum at Nabble.com.


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


Re: Configure SSL

Posted by Mark Thomas <ma...@apache.org>.
This question belongs on the users list. Please see
http://tomcat.apache.org/lists.html for more info.

Mark


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