Hi Everyone,

I'm implmenting https and http on my tomcat instance.  On http the images
display ok, but under https sometimes images don't display when browsing the
site with internet explorer only.  This is true for the dev and production
systems when using internet explorer.  The other browsers work fine.  My
https connector is pretty standard:

    <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 = "e:\tomcat\bin\.keystore"
keystorePass="xxxxxxx" />

Anyone run across this before?  I've looked around the web but haven't found
anything like this.  It's got me baffled.

Best Regards,

Rob

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