I am having problems with configuration of SSL in the jakarta-tomcat-4.1.12!!
I am using the j2sdk-1_4_0_01-windows-i586 and j2sdkee-1_3_1-win..
Sorry, I am using the Windows Professional 2000 and Netscape 7.0 =P
I read the SSL Configuration HOW-TO, but when I type "https://localhost:8443"; I saw the message "The connection was reffused when attempting to contact localhost:8443" in the Netscape.

My server.xml is as:

<!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 -->
<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="0" scheme="https" secure="true"
useURIValidationHack="false">
<Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
keystoreFile=H:\Tomcat_4.1\cert\keyStore"
clientAuth="false" protocol="TLS" />
</Connector>

But, I already used the default configuration and nothing worked!!

Can someone help me, please?





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

Reply via email to