File downloads over SSL do not work with the cache control headers
gagarine - February 12, 2008 - 17:33
| Project: | Secure Login |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I have installed the taxonomy image module and on IE6 the image are unable to download (and not displayed) on https connexion. If i remove the https I don't have any problem. If I write directly the url (with https) of the image I can see and dowload the image but not in a page...
I use:
-e18n
-taxonomy image
-soft cache
-secure login
-pngfix (javascript)
-private access of file
I think (but not sur yet) this is because the object have cache control headers and >IE6 don't support this on SSL connection.
Here microsoft report: http://support.microsoft.com/kb/323308/fr

#1
This has nothing to do with Secure Login. Secure Login only redirects to HTTPS, it doesn't affect headers in any way, and has nothing to do with caching. You would find the same problem if you were running your site over SSL, but without Secure Login.
Please identify which module is really causing the problem, and repost this report in the appropriate place.
#2
The reason is on the server side configuration... I completely forget this bug report.. sorry.