Closed (fixed)
Project:
Secure Pages
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2009 at 16:02 UTC
Updated:
8 Oct 2009 at 19:20 UTC
I have secure pages on my site, and it works fine in every browser (with the exception that it wont maintain an encrypted connection. It locks, loads, then unlocks.)
However on IE8, when encrypted, images will not load. As soon as I turn secure pages off and go to http instead of https, images work fine in 8, but with it on, they wont load.
However, works fine in all other browsers.
Comments
Comment #1
mikesir87 commentedAre the images loading via absolute links, or relative links? I ran into the same thing that the reference wasn't quite the same when it moved to SSL. Check there first. Also, is this an IE8 only issue?
Comment #2
egsj commentedIt didn't even occur to me to check that. They were absolute. Changing them to relative worked.
Comment #3
mikesir87 commentedGlad it worked! :-)
Comment #4
egsj commentedThanks!