You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Miao, Franco CAWS:EX" <Fr...@gems7.gov.bc.ca> on 2001/11/14 08:17:47 UTC

SSL doesn't work in Tomcat 4.01

What I did:

used command "keytool -genkey -keyalg RSA  -alias tomcat" generate a
.keystore file, then copied it to C:\ , and modified the server.xml file as
following. But no luck with SSL test, pls advise, thanks!  


 <!-- Define an SSL HTTP/1.1 Connector on port 8443 -->
    
    <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"
               keystoreFile="c:\.keystore"
               keystorePass="password"
	   clientAuth="false" protocol="TLS"/>
    </Connector>




Franco

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>