On 10/2/07, damovsky <[EMAIL PROTECTED]> wrote: > Then, I edit server.xml in tomcat and add this code: > > <Connector port="7443" maxThreads="150" minSpareThreads="25" > maxSpareThreads="75" > enableLookups="true" disableUploadTimeout="true" > acceptCount="100" protocol="HTTP/1.1" scheme="https" secure="true" > sslProtocol="TLS"
I believe you need to add SSLEnabled="true" > keystoreFile="webapps\server-keystore2.jks" > truststoreFile="webapps\truststore-itcilo2.jks" I don't think this is causing your problem, but putting those files under webapps feels like a really bad idea to me... :-) FWIW, -- Hassan Schroeder ------------------------ [EMAIL PROTECTED] --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]