
Originally Posted by
HumDaddy
during the checkout process the IE non-secure items error message pops up. Ok so remove the non-secure items or make sure they're ssl right???
Can't figure out what or which items are non-ssl. Can anyoine help me figure out which items are not secure? Using IE Throw an item in your cart then go to checkout and you'll see the error.
Thanks
http://www.tacticalsporting.com
Looking at your site with FireFox, I see you have a several CSS errors the home page isn't bad, but anywhere else you go in the site the continue to compound... "stylesheet_header_menu.css" seems to have several errors in it.
From looking at your page source, it looks as though you have hard coded most of your links (which is asking for trouble) -- when ever possible you should use a relitive link
Code:
<a href="http://www.tacticalsporting.com/index.php?main_page=index&cPath=260"><img hspace="0" src="https://www.tacticalsporting.com/includes/templates/my_template/Images/reloading.gif" align="bottom" border="0" /></a>
Instead of using the "https://www." that you've used you should have gone with
Code:
<a href="http://www.tacticalsporting.com/index.php?main_page=index&cPath=260"><img hspace="0" src="./includes/templates/my_template/Images/reloading.gif" align="bottom" border="0" /></a>
I know the majority of the above code was done by Zen Cart, but who ever set up the images told it to always pull from "https://www." which makes it easy to forget an https:// somewhere.
I am running Windows Vista, with IE7 (stock configuration), and I am unable to view most everything in your center column... due to "Security Certificate Errors" everything on that main page you coded with "https://" doesn't show up, only those images with "http://" -- Your GoDaddy Secure Website Verify seal doesn't match the information your SSL Certificate that's being passed to he browser -- GoDaddy says
This Web site is secured with a GoDaddy.com Web Server Certificate. Transactions on the site are protected with up to 256-bit Secure Sockets Layer encryption.
Domain Control Verified
GoDaddy.com has verified that the certificate holder controls the domain: www.tacticalsporting.com
Site Name
www.tacticalsporting.com
Certificate Status
Certificate is valid (12/12/2007 - 12/12/2009)
But the Browser is getting this:
Certificate is Valid (12/13/2007 - 12/12/2008).
Until the above issues are corrected I can't be of anymore help as Vista is picky about what it lets you do when it comes to security issues.