SSL for Tomcat 4.Kindly help.
843811Nov 6 2003 — edited Nov 6 2003Has any one configured Tomcat 4. with SSL?
I have installed Tomcat 4.1.27 for Windows:
When I say $tomcat_home/bin>startup,it starts up fine.
When I change to the server.xml to point out to the server
ceritificate I have created using the keytool,and say
startup,Tomcat doesnt work.
I have created a server certificate with the keytool and am
storing this in a Folder called AHTTPS_UrlConnect.
Please can some help me
Here is the extract of my server.xml
Can some one please help as to what i am missing? I am going
thru the docs but no use!!!
<!-- 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="100" debug="0" scheme="https" secure="true"
useURIValidationHack="false" disableUploadTimeout="true">
<Factory className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
keystoreFile="C:/AHTTPS_UrlConnect/.keystore"
keystorePass="changeit"
clientAuth="false" protocol="TLS" />
</Connector