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

Reply via email to