Search  
   
Browse by Category
 
Netfirms 24/7 Support .: ERROR MESSAGES .: What does the "This page contains secure and unsecure elements" mean?

What does the "This page contains secure and unsecure elements" mean?

When you visit a secure page and the lock does not display in the lower right-hand corner of the browser, this is because the browser has detected that not all elements on the page are secure. When a page is called via a secure SSL call, the browser checks to make sure that all the elements on it can be loaded securely.

To ensure that the lock appears in the browser (indicating that the page is secure), please re-write all your pages links with https calls, and do not load any external pages.

For instance, to set up and use your shared SSL certificate for your filename.html page, simply use:

https://membername.sslpowered.com/filename.html (where "membername" is your Netfirms username) as your address (URL) OR https://yourdomain.com.sslpowered.com/filename.html

If you are not sure what your member name is, it is the same name you use to log into your FTP site.

To ensure that your images are visible on your secure pages, we recommend that you use only the image name (for relative pathing) instead of the absolute path to the image location within your HTML page.

e.g.: When you use this code:

<b> <img src="http://sitename.com/imagename.gif"> </b>

the image may not be visible through your secure page.

Instead, please use this code:

<b> <img src="imagename.gif"></b>

NOTE: If you placed all of the image files in a sub-folder, please indicate the appropriate path to your images.

IMPORTANT: Please check that you subscribe to either the Plus, Advantage Plan or Business Plan for SSL support.


How helpful was this article to you?


.: Powered by Lore 1.5.6
Visit Netfirms.com Web Hosting | Copyright © 1998 - 2009 Netfirms, Inc. All Rights Reserved.