Web Hosting Talk







View Full Version : PLEASE Help, Secure/NonSecure Items on Page


vvt103
04-27-2008, 07:42 PM
Hi everyone, i hope im posting this in the right area.

I'm fairly new to web design and coding. I am working on a website for a new service company that I started. I wanted the site to be secure so I followed the necessary steps on godaddy but now when people go to the page, a pop up says "do you want to display non secure items.."
The url is: division1movers.com

How can I fix this?

(also if anyone has any comments/suggestions for the page, PLEASE feel free to provide any feedback)


THANK YOU

SweetAs
04-27-2008, 09:08 PM
It happens if one or some of the objects are still using http instead of https

This explanation might useful http://www.sslshopper.com/article-stop-the-page-contains-secure-and-nonsecure-items-warning.html

foobic
04-27-2008, 10:52 PM
Yep, from a quick look it appears that you've got the images covered but there are still a couple of javascript tags with non-ssl urls. The Google analytics you can switch to https, the other - http://127.0.0.1 - you need to remove altogether because it doesn't belong on any public page (a hangover from ZoneAlarm on your PC, perhaps?)

vvt103
05-09-2008, 08:47 PM
oh ok thanks