try using https for secure transport,
ie,
https://localhost:8443
   ^


Chandra Muppavarapu wrote:
Folks,

  I am trying to turn on SSL on my tomcat running as a webserver. I have
followed the steps in the following  link but my SSL still does not work.

http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.html


When I type in http://localhost:8443 I get a blank screen. I tried to begug
it by turn on tracing in tomcat but don't see any error messages. Here is
the entry for ssl connector in my server.xml file. Any help will be greatly
appreciated.


 <Connector port="8443"
              maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
              enableLookups="false" disableUploadTimeout="true"
              acceptCount="100" debug="0" scheme="https" secure="true"
keystoreFile="c:\j2sdk1.4.2_10\jre\lib\security\keystore.jks"
              keystorePass="changeit"
              clientAuth="false" sslProtocol="TLS" />

Thanks

------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.10.5/405 - Release Date: 8/1/2006


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to