HTTPS with non-hosted images

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
CMSmonkey
Power Poster
Power Poster
Posts: 290
Joined: Thu Nov 27, 2008 4:58 pm

HTTPS with non-hosted images

Post by CMSmonkey »

(Moderators: Please forgive me if this is not the right forum for the question.  Please fill free to move it as necessary.)

I am using the Authorize.net AIM method to process donations.  I have set up my HTTPS using the FAQ directions in the Support/Documentation area.

I would like to have the Authorize.net verified seal on the page the secure form is.  I set up my merchant account as Authorize.net required in order to do so.  This generates the following code to be pasted on the page:

Code: Select all

<!-- (c) 2005, 2009. Authorize.Net is a registered trademark of CyberSource Corporation --> 
<div class="AuthorizeNetSeal"> <__script__ type="text/javascript" language="javascript">var ANS_customer_id="my-customer-id";</__script> 
<__script__ type="text/javascript" language="javascript" src="//verify.authorize.net/anetseal/seal.js" ></__script> 
<a href="http://www.authorize.net/" id="AuthorizeNetText" target="_blank">Accept Credit Cards</a> </div> 
When I place this on my page, I get an exclamation point over my secure "padlock" indicating there is some unauthorized content on my page.  The help desk at Authorize.net said it is "not their problem". 

Is there any changes I can make to my settings or config file so that I can place this seal on my site and not have the unauthorized content notification?
Post Reply

Return to “Developers Discussion”