Zen Cart Logo
Forums / General Questions / SSL Issue - "Warning: Contains Unauthenicated..."

SSL Issue - "Warning: Contains Unauthenicated..."

Locked

Views: 700

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
20 Nov 2009, 8:08 PM
#1
c_r_c avatar

c_r_c

New Zenner

Join Date:
Oct 2009
Posts:
56
Plugin Contributions:
0

SSL Issue - "Warning: Contains Unauthenicated..."

On my pages that are suppose to be secure, I am now getting "Warning: Contains Unauthenticated Content".

I have read that this is caused by hard-coding of image links, but I do not think that this is the issue. I did not have this issue when I installed Authorize.net and did all the testing there. Also, on my Log In page, there are no images aside from the ones in my "shop with confidence box", but this did not cause issues before.

I suspect it may correlate with my recent installation of PayPal Express as I noticed it following my testing. Anyone able to help me out with this? I am a newbie, so some expert eyes, and careful instructions on how to fix it for me to follow would be greatly appreciated.

ZenCart 1.3.8a
URL https://www.customreflection.com

Thank you

21 Nov 2009, 12:59 AM
#2
lissae avatar

lissae

Totally Zenned

Join Date:
Oct 2007
Location:
Australia
Posts:
814
Plugin Contributions:
0

Re: SSL Issue - "Warning: Contains Unauthenicated..."

Your paypal verified logo image in the sidebox is coming from an http url (http://images.paypal.com/images/verification_seal.gif) not an https...the image still shows if I open the url to it in a new window and add the s in (https://images.paypal.com/images/verification_seal.gif), so you should be all set if you change that in the code...it's the only unsecure url I can see on the login page so hopefully that's the cause lol

21 Nov 2009, 6:40 PM
#3
c_r_c avatar

c_r_c

New Zenner

Join Date:
Oct 2009
Posts:
56
Plugin Contributions:
0

Re: SSL Issue - "Warning: Contains Unauthenicated..."

That was it, THANK YOU VERY MUCH!!! :smile: I appreciate the prompt response. Funny how that one little "s" makes such a big difference. Kinda hard to tell people to shop with confidence if your ssl is throwing up red flags.