Zen Cart Logo
Forums / General Questions / Security certificate not working in Google Chrome

Security certificate not working in Google Chrome

Locked

Views: 8,879

Results 1 to 13 of 13
This thread is locked. New replies are disabled.
27 May 2009, 12:19 AM
#1
thebeveragegourmet avatar

thebeveragegourmet

Zen Follower

Join Date:
Nov 2006
Posts:
163
Plugin Contributions:
0

Security certificate not working in Google Chrome

I had a repeat customer email me today to say that she got the following error when she used Google Chrome to access my site. I have placed test orders in Firefox and IE and do not get the error. I have not installed Chrome to check this out but thought before I do so (not something I want to do unless it's essential) I would check here. I haven't changed anything for my certificate and it's valid for at least another year. Ideas?
The site's security certificate is not trusted!
You attempted to reach www.thebeveragegourmet.com, but the server presented a certificate issued by an entity that is not trusted by your computer's operating system. This may mean that the server has generated its own security credentials, which Google Chrome cannot rely on for identity information, or an attacker may be trying to intercept your communications. You should not proceed, especiallyif you have never seen this warning before for this site.

27 May 2009, 12:52 AM
#2
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,284
Plugin Contributions:
39

Re: Security certificate not working in Google Chrome

This is likely the issue, but I also see some "not Critical" issues with the certificate signing & key and extended key usage information.

Additionally, Chrome gave me the other error which is the same as IE. Probably, not the issue, but this certificate won't work for IE6 for example.

You have non secured images or scripts running on secured pages.

~Melanie

27 May 2009, 1:23 AM
#3
thebeveragegourmet avatar

thebeveragegourmet

Zen Follower

Join Date:
Nov 2006
Posts:
163
Plugin Contributions:
0

Re: Security certificate not working in Google Chrome

Thanks for looking at it. I have no idea how to fix this. Is it something wrong with the certificate or something I have to adjust in my images? All I did a couple years back was follow the directions to install the certificate (as per godaddy). I haven't had this issue come up until now (that I know of). I'm not super technical so any help is appreciated

27 May 2009, 1:26 AM
#5
thebeveragegourmet avatar

thebeveragegourmet

Zen Follower

Join Date:
Nov 2006
Posts:
163
Plugin Contributions:
0

Re: Security certificate not working in Google Chrome

Thank you! I'll see about getting that removed

27 May 2009, 1:29 AM
#6
thebeveragegourmet avatar

thebeveragegourmet

Zen Follower

Join Date:
Nov 2006
Posts:
163
Plugin Contributions:
0

Re: Security certificate not working in Google Chrome

Okay..I removed that image. Are you still getting the error? I was able to access everything okay prior to removal so it doesn't appear any different to me (except for the image missing I removed). THANK YOU

27 May 2009, 3:35 AM
#7
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,606
Plugin Contributions:
0

Re: Security certificate not working in Google Chrome

I can't get a secure login page to load in IE6 even though it comes up easily in FireFox and IE7.

You may want to talk to your host and your certificate issuer about the problem.

27 May 2009, 9:32 AM
#8
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,284
Plugin Contributions:
39

Re: Security certificate not working in Google Chrome

The non secure error is fixed :clap:

IE 6 isn't going to work, secured anyhow with the key issues.

~Melanie

27 May 2009, 1:01 PM
#9
thebeveragegourmet avatar

thebeveragegourmet

Zen Follower

Join Date:
Nov 2006
Posts:
163
Plugin Contributions:
0

Re: Security certificate not working in Google Chrome

Thank you!

26 Jun 2009, 1:25 PM
#10
penielenterprises avatar

penielenterprises

New Zenner

Join Date:
Sep 2007
Posts:
15
Plugin Contributions:
0

Re: Security certificate not working in Google Chrome

Hey folks!

Sorry to bump this thread, but I am getting the same issue with my website in IE 8. Everything seems fine in Firefox though.

My site is https://www.PenielProducts.com and it seems to happen to me at the customer login page.

Any ideas?

Thanks!

26 Jun 2009, 1:45 PM
#11
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Security certificate not working in Google Chrome

penielenterprises:

Sorry to bump this thread, but I am getting the same issue with my website in IE 8. Everything seems fine in Firefox though.
It is the src for the image for your store in the footer

<td><a href="http://www.shopmania.com" target="_blank" alt="Visit PenielProducts.com on ShopMania"
onClick="window.open('http://www.shopmania.com/?m=608'); return false;">
<img src="http://www.shopmania.com/img/cert/shopmania-store-us.gif"
border="0" title="Visit PenielProducts.com on shopMania"></a></td>

Try making it relative

<td><a href="http://www.shopmania.com" target="_blank" alt="Visit PenielProducts.com on ShopMania"
onClick="window.open('http://www.shopmania.com/?m=608'); return false;">
<img src="img/cert/shopmania-store-us.gif" border="0" title="Visit PenielProducts.com on ShopMania"></a></td>
26 Jun 2009, 1:46 PM
#12
royal avatar

royal

Zen Follower

Join Date:
Jun 2008
Location:
Canada
Posts:
261
Plugin Contributions:
0

Re: Security certificate not working in Google Chrome

Hello Penielenterprises,

Make your shopmania-store-us.gif image SSL and see what happen.

26 Jun 2009, 1:47 PM
#13
royal avatar

royal

Zen Follower

Join Date:
Jun 2008
Location:
Canada
Posts:
261
Plugin Contributions:
0

Re: Security certificate not working in Google Chrome

You are just too quick Kobra! :smile: