adsense and ssl

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
So after two long days of cussing and fighting I got the ad sense code loaded on my site and the site started and ran good no images for the ads because before I could get the ads to run I went to my site and found it loaded the site with an X in the https and it was not red.

WTF any ideas around this problem?
12 years ago
stevedude wrote:
So after two long days of cussing and fighting I got the ad sense code loaded on my site and the site started and ran good no images for the ads because before I could get the ads to run I went to my site and found it loaded the site with an X in the https and it was not red.

WTF any ideas around this problem?


Can you give us a little more detail. I don't entirely understand. Do you mean that the address bar is not red, but there is an "X" where the favicon is displayed?

Do you have a valid SSL certificate?
12 years ago
skyler.severns wrote:
So after two long days of cussing and fighting I got the ad sense code loaded on my site and the site started and ran good no images for the ads because before I could get the ads to run I went to my site and found it loaded the site with an X in the https and it was not red.

WTF any ideas around this problem?

Can you give us a little more detail. I don't entirely understand. Do you mean that the address bar is not red, but there is an "X" where the favicon is displayed?

Do you have a valid SSL certificate?



Sorry little frustrated after two days to get the code in place. I have a valid SSL it was working perfect on all pages, I added a div in the columnthree.cshtml file at the bottom when I did this and went back to the site Google chrome had the https red with a line through it. I remove the adsense code and it is perfect and green again. IN teh same note I added a SSL image in the same location and it only sees the image on the main page all others it does not show the images only a place holder.
12 years ago
stevedude wrote:
So after two long days of cussing and fighting I got the ad sense code loaded on my site and the site started and ran good no images for the ads because before I could get the ads to run I went to my site and found it loaded the site with an X in the https and it was not red.

WTF any ideas around this problem?

Can you give us a little more detail. I don't entirely understand. Do you mean that the address bar is not red, but there is an "X" where the favicon is displayed?

Do you have a valid SSL certificate?


Sorry little frustrated after two days to get the code in place. I have a valid SSL it was working perfect on all pages, I added a div in the columnthree.cshtml file at the bottom when I did this and went back to the site Google chrome had the https red with a line through it. I remove the adsense code and it is perfect and green again. IN teh same note I added a SSL image in the same location and it only sees the image on the main page all others it does not show the images only a place holder.


Google does not support adsense over SSL.

https://www.google.com/adsense/support/bin/answer.py?hl=en&answer=10528
12 years ago
There is no way to fake this or run it around. I can not believe Google as big as they are can not do this?

Also do you see my image delima maybe we can look at that one also.

Thank you for your help.

I thought I found it but I guess not I am still getting used to the 2.0 and higher
12 years ago
stevedude wrote:
There is no way to fake this or run it around. I can not believe Google as big as they are can not do this?

Also do you see my image delima maybe we can look at that one also.

Thank you for your help.

I thought I found it but I guess not I am still getting used to the 2.0 and higher


I don't think it is a matter of feasibility. I think it is a safety and quality control decision. Google is intentionally not implementing the code to prevent breakdowns in information security. They are also ensuring that clients do not have a poor experience because an ad might display insecure content.
12 years ago
stevedude wrote:

...

IN teh same note I added a SSL image in the same location and it only sees the image on the main page all others it does not show the images only a place holder.


Where are you adding the image? How does the HTML render when you view the broken pages in your web browser (what renders and what does not render)?
12 years ago
You can view it here.

http://www.shopmutt.com

main page works great all others like category fail to load the ssl image
12 years ago
stevedude wrote:
You can view it here.

http://www.shopmutt.com

main page works great all others like category fail to load the ssl image


This is because of your path to the image. Change the link to your image by adding a "/" to the beginning of the src value. This will tell web browsers to look for the image relative to the root of the website instead of relative to the current page.
12 years ago
Total rock star I can not believe i missed that. Y

Thank you
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.