Thanks Donie, I changed the port for SSL to 443 instead of 8443, now it
automatically switch between HTTP and HTTPS; user does not have to
specify the port number in the URL.

Thank you very much for the help.

Hari.

-----Original Message-----
From: Donie Kelly [mailto:[EMAIL PROTECTED]] 
Sent: Friday, September 06, 2002 4:11 PM
To: 'Tomcat Users List'
Subject: RE: SSL Port for Tomcat


You should use 443 for SSL as Tomcat has to encrypt the traffic. If you
wanted to only use SSL you could use 80 but it's impractical as you only
need to use it when the data you're sending is sensitive plus it's be
very slow as SLL uses a fair bit of CPU. All firewalls should allow 443
traffic to go through if that's what you're worried about. I don't think
it's possible to use encrypted and unencrypted traffic on the same port
in Tomcat (or and other server) but I could be wrong...

Donie


-----Original Message-----
From: hari@acusis [mailto:[EMAIL PROTECTED]]
Sent: 06 September 2002 11:42
To: [EMAIL PROTECTED]
Subject: SSL Port for Tomcat

Hi,

How can i configure TomCat to accept HTTP and HTTPS traffic at the same
port (80)? Is it necessary that it should be in two different ports?

Thanks,

Hari.

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to