Zen Cart Logo
Forums / General Questions / assistance with secure shopping error

assistance with secure shopping error

Locked

Views: 856

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
13 May 2008, 6:39 PM
#1
humdaddy avatar

humdaddy

New Zenner

Join Date:
Nov 2007
Posts:
66
Plugin Contributions:
0

assistance with secure shopping error

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

13 May 2008, 8:50 PM
#2
dwells avatar

dwells

Zen Follower

Join Date:
Nov 2007
Location:
Burney, CA. USA
Posts:
130
Plugin Contributions:
2

Re: assistance with secure shopping error

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

<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```
<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 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:
![](http://myimages.shopwells.com/SSL.jpg) 
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.
14 May 2008, 10:50 PM
#3
humdaddy avatar

humdaddy

New Zenner

Join Date:
Nov 2007
Posts:
66
Plugin Contributions:
0

Re: assistance with secure shopping error

Gives me a place to start - Thanks. By the way - I don't understand the issue in the certificate viewer window. Can you elaborate?

Thanks,

Jason

15 May 2008, 3:35 PM
#5
humdaddy avatar

humdaddy

New Zenner

Join Date:
Nov 2007
Posts:
66
Plugin Contributions:
0

Re: assistance with secure shopping error

Thanks Doc,
I got that part but the question I still have is how to correct the certificate dating error? It's a year off.

15 May 2008, 3:52 PM
#6
humdaddy avatar

humdaddy

New Zenner

Join Date:
Nov 2007
Posts:
66
Plugin Contributions:
0

Re: assistance with secure shopping error

BY the way, I think all the other issues have been fixed but it's annoying to have the security window pop up at every stage of the secure checkout.

15 May 2008, 5:00 PM
#7
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: assistance with secure shopping error

I think it's still a GoDaddy thing.

In IE7 under XP, I'm still getting the certificate error - shows as being issued by your site rather than GoDaddy. I'm also getting the secure/non-secure box when going to your login page.

15 May 2008, 6:44 PM
#8
fatguyinaz avatar

fatguyinaz

Zen Follower

Join Date:
Oct 2007
Location:
Safford, AZ
Posts:
313
Plugin Contributions:
0

Re: assistance with secure shopping error

removed comments - already addressed but didn't see it