Hi Barry,

I've got a redirector filter in place, so if the URL needs to be https
instead of http, it's redirected prior to being sent to the servlet.  It's
also strangely intermittant - I click on the same https URL, and sometimes
it shows the image and sometimes not.

Does that help at all?

Rob

-----Original Message-----
From: Propes, Barry L [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 20, 2006 6:05 PM
To: Tomcat Users List
Subject: RE: Intermittant images using https on tomcat


would they (the images) perhaps be cached in under  http? And trying to
access that when traversing to https?

-----Original Message-----
From: Rob [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 20, 2006 4:52 PM
To: users@tomcat.apache.org
Subject: Intermittant images using https on tomcat



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]


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