You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Fabiano Sousa <fa...@grupont.com.br> on 2002/12/06 14:20:04 UTC

Problems with configuration of SSL in the 4.1.12 for Windows

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>