epiazza Posted July 21, 2004 Posted July 21, 2004 I've implemented SSL for our site, but now I'm having trouble eliminating the "this page includes secure and nonsecure items" warning. I've dug around as much as I can and can't seem to find any more paths that use http, but still I get the warning. Is it safe to assume that since the warning still persists that there is still some path in there that specifically calls for http? SInce so much is generated via osCommerce's functions, it's difficult to find every little bit.
PVK Posted July 21, 2004 Posted July 21, 2004 i have had the same problems and have discovered that this can also be caused by IMAGES used [i had it with background images] i simply changed these image pats from http://www.shop.com/images/back.gif to https://www.shop.com/images/back.gif For me this was the solution Check any custom images you have added Hope this helps ps the above is jus a fictional path ;)
airolg Posted July 21, 2004 Posted July 21, 2004 I'm having the same problem, only all my images are symlinked to the secure server so I can't actually move the files nor changing the paths to https helps. They used to be secure, but they aren't any longer. Any ideas?
epiazza Posted July 21, 2004 Author Posted July 21, 2004 I've already changed every path I can find for images and background images. If that is the only possibility, then there must still be one or two hiding somewhere in an included file. Damn!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.