I have a tomcat standalone deployment I am trying to enable SSL on. I have
faithfully followed the SSL-how to. When I start tomcat the error logs
indicate NO errors. The port 8443 has an HTTP connector loaded on it.
The problem is that when I try to access a webapp on port 8443 (works on
port 8080), the reply the browser gets is:
_____
[1][1]. I tried using a Mozilla browser and it asks me what to do with a
file that is being downloaded ???
The Catalina*.log file contains these entries:
2002-09-10 18:51:47 HttpProcessor[8443][4] An incoming request is being
assigned
2002-09-10 18:51:47 HttpProcessor[8443][4] The incoming request has been
awaited
2002-09-10 18:51:47 HttpProcessor[8443][4] parseConnection:
address=/192.168.0.214, port=8443
I don�t know where to begin looking for the problem� I am using jdk 1.4.1
and my server.xml has the following directive:
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="0" scheme="https" secure="true">
<Factory
className="org.apache.catalina.net.SSLServerSocketFactory"
clientAuth="false" protocol="TLS"/>
</Connector>
Michael Petres
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
InnovObjX Corp.
Web: www.innovobjx.com
Tel: 905-729-2235 x3
Fax: 905-729-2235
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~