Hi Gavin,
I encountered the same problem as you. But i am unable to resolve it like
you do. the following is my config.
--------------------------Server.xml--------------------------------
<Connector port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS" />
--------------------------Server.xml--------------------------------
I have the following files in my tomcat home directory (but i did not
specify any %TOMCAT_HOME% environment variables. not mentioned anywhere in
the doc...) ->
client.cer
client.keystore
server.cer
server.keystore
i tried adding the line -> keystoreFile="c:\Program
Files\Java\jdk1.5.0_06\ssl\server.keystore"
into the server.xml but it still doesnt work.
*Note: the c:\Program Files\Java\jdk1.5.0_06\ssl\ directory contains the
same 4 files listed above.
any advice? thanks.
jfk.
--
View this message in context:
http://www.nabble.com/SSL+problem+in+Tomcat-t1601673.html#a4553342
Sent from the Tomcat - User forum at Nabble.com.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]