I have my own certificate (SSL) but when accessing certain areas of my site via https:// I get the popup message below (using Internet Explorer). Does this mean that my site is note entirely secured?
Quote
This page contains both secure and nonsecure items.
Do you want to display the nonsecure items?
Do you want to display the nonsecure items?
Reasons:
When your certificate is applied to your domain name your entire site is secured via SSL. The error message will come up:
- If you are calling a page via http:// and not https:// in your frames,
- If you are calling an image not on your site or domain (such as a third party hit counter)
- If within your code you are referencing images or pages not via SSL or not with your full domain (example if in your code you are calling images or pages using your IP address or domain name. In this case you should always use relative paths and not domain name or IP's when calling images or pages in your code.
By removing any reference to unsecured pages or files in your HTML will resolve the issue.


Help


Back to top
MultiQuote












