If a page is loaded on the HTTPS protocol (e.g. https://www.YourStore.com/shop/pc/OnePageCheckout.asp), but one or more elements included in the page are being loaded using the HTTP protocol (e.g. <script type="text/javascript" src=" http://www.google-analytics.com/urchin.js "></script>), then a security warning message like the one below might be shown.
Note that not all browsers show these alerts with the same degree of visibility (could be just an icon in the status bar). In Internet Explorer 8, for instance, they are very visible (see screen shot above) and can very negatively impact your drop-off rate (customers become uncomfortable with your store's security and leave the store).
Security warnings are not caused by “links” to pages or other content, but rather by the way files are loaded onto the page itself. The type of files that are loaded onto a Web page (and that typically cause this problem) include:
To fix the problem you simply need to eliminate any code that loads elements onto the page via the HTTP protocol, and replace it with code that loads the same content either locally or via HTTPS.
Do the following:
When using third-party scripts, make sure that you are using the HTTPS version of those scripts. Vendors sometimes make both the HTTP and HTTPS version available. Choose the HTTPS one.