Configure SSL
- From: ngolehung84 <ngolehung84 (at) yahoo.com>
- Date: Wed, 14 Jun 2006 10:06:12 -0700 (PDT)
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-t1787438.html#a4868972
Sent from the Tomcat - User forum at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org
- Follow-Ups:
- Configure SSL
- From: "Dongyi Liu \(List\)" <list.dongyi (at) googlemail.com>