Web Hosting Talk







View Full Version : SSL error in IE?


Hostamina
08-19-2008, 05:13 PM
Can anyone tell me if they're getting an SSL error in IE and what version of IE they're running? http://www.hostamina.com is the URL. The only way I get an error in IE (if you even call this an error) is when I allow nonsecure items on a secure page. The nonsecure item is the liveperson script - it shows up when you allow nonsecure items to load and it doesn't show up when you don't allow nonsecure items to load. I'm guessing I can fix this by modifying the liveperson code to having "https://" in it instead of "http://".

Note that you won't see this error unless you go to an SSL area of the site by clicking on "order" or something.

trafficlight
08-19-2008, 05:31 PM
That's normal for IE. Firefox notify's you as well, but all it does it displays an icon in the tray.

For that error to go away, every script, image or stylesheet has to be called with https rather than http.

For example your Help Center javascript call needs to be https://www.hostamina.com/hcl/class/js/include.php rather than just the http.

Hostamina
08-19-2008, 05:36 PM
Ok, that was kinda what I figured. Thanks!