|
Hello All,
Tomcat 4.0.1
FreeBSD 4.5 (w/ Linux Kernal
Support)
Java JRE 1.4
Problem:
SSL configured with a publicly
signed cert in the keystore as described by the Tomcat SSL-Config instructions
provided by Apache/Jakarta. The configuration has been tested using
Tomcat 4.0.1 on a WinXP box and SSL works correctly. The same server.xml
file on 2 seperate FreeBSD boxes does not work.
The Browser returns only the
message "The page cannot be
displayed". If I REFRESH the browser, the browser hangs as if it is trying
to connect, but never really times out. (Browser version IE
6.0.26).
Attached is the
Catalina.out file showing active "listening" connections on the 2 ports that I
am specifying for http and https.
Any thoughts????
|
<Server port="8005" shutdown="SHUTDOWN" debug="1">
<Service name="ToolBox">
<Connector
className="org.apache.catalina.connector.http.HttpConnector"
port="12345"
minProcessors="5"
maxProcessors="75"
enableLookups="true"
redirectPort="443"
acceptCount="10"
debug="0"
connectionTimeout="60000"/>
<Connector
className="org.apache.catalina.connector.http.HttpConnector"
port="443"
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"
keystoreFile="/root/.keystore"
keystorePass="xxxxxxxxxxxxx"/>
</Connector>
<Engine name="ToolBox Configuration Tool" defaultHost="localhost" debug="0">
<Host name="localhost" debug="0" appBase="webapps" unpackWARs="true">
<Context path="" docBase="ToolBox" debug="0"/>
</Host>
</Engine>
</Service>
</Server>
catalina.out
Description: Binary data
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
