most likely u do not have keychain and/or there is no suitable certificate in the keychain

read this

http://techtracer.com/2007/09/12/setting-up-ssl-on-tomcat-in-3-easy-steps/

On Jan 11, 2008, at 14:51 , Neha Agrawal wrote:

hi
  i am new user for tomcat.
i have installed tomcat5.5 on debian etch
also compiled tocat native libraries 1.3 version..
http://localhost:8180 is working correctly
but not https://localhost:8443

it says after a long delay The connection to
localhost:8443 was interrupted while the page was
loading.

i configured the SSL connector as told in SSL
documnetation on tomcat documentation...
ie the minimum required
it looks like this in the server.xml file

<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" />

none of the logs show any error

please do respond
thanks
neha



is the native library stuff causing the problem?



     Now you can chat without downloading messenger. Go to 
http://in.messenger.yahoo.com/webmessengerpromo.php

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [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]

Reply via email to