Web Hosting Talk







View Full Version : SSL warning - secure/unsecure items on the page


ffeingol
07-28-2003, 09:53 AM
Hello everyone,

I've been hitting my agains the wall with this one (and the wall is complaining). The page https://secure.doreo.com/billing/shared/ gives some people a warning messages about "this page contains secure/unsecure items".

I've check and double checked and all the images use https:// in the URL.

The really frustrating part is that I don't get the warning myself.

all help will be greatly appreciated.

Frank

UH-Matt
07-28-2003, 09:56 AM
Rather than using <img src="https://../../"> use the path to the image on the local server <img src="../images/bleh.gif"> this should get rid of any warnings.

ffeingol
07-28-2003, 09:58 AM
Matt,

Tried that also and got the same warnings.

Any idea why my IE does not get the warnings, but others do?

Frank

UH-Matt
07-28-2003, 10:03 AM
You probably have a lower security setting.

Did you try changing EVERY link to the local ones?
Your source doesnt seem to suggest you did on the current version.