If images are added when logged on using https, those images are also cached like that.
When viewing the website using http, the images are retrieved using the https protocol.
As a workaround it is possible to log on using https, clear the cache and view all images using http.
Unfortunately, if the site becomes big this is getting work-intensive. The rest of the drupal site works fine using both http and https.
Is it possible to leave out the http or https part from the cache and use the protocol that is used while watching the images? Or does that impact other features?
Comments
Comment #1
sunThis cannot be solved by Image Assist. If your site is concurrently delivered via HTTP and HTTPS, then you need separate cache* table prefixes for each protocol.
Comment #2
rlelie commentedHi sun,
Thanks for the information. I'll have a look in the documentation on how to setup these seperate tables on my site.
- Robert