Hi,

I upgraded from Tomcat 5.5.9 to Tomcat 5.5.12 and cannot get
https connectors to work.

https://localhost hangs for a few minutes before displaying "page cannot be
displayed".

Here is an extract from my server.xml

<Connector port="443" maxHttpHeaderSize="8192"
          maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
          enableLookups="false" disableUploadTimeout="true"
          acceptCount="100" scheme="https" secure="true"
          clientAuth="false" sslProtocol="TLS"
          keystoreFile="c:\Documents and Settings\Owner\.keystore"
          keystorePass="mypassword" />

I created the keystore with jdk 1.5.

It was working fine with Tomcat 5.5.9.
I am using Windows XP with Service Pack 2.
I tried it on both Internet Explorer 6 and Firefox.

Thanks
Jean-Pierre Pelletier
e-djuster


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to