-
1. Re: Create Secure Webpages using Dreamweaver
Ben M Apr 4, 2012 11:53 AM (in response to coolmarine24)Click that red X. What does it say is wrong?
-
2. Re: Create Secure Webpages using Dreamweaver
Rob Hecker2 Apr 4, 2012 12:04 PM (in response to coolmarine24)Could it be that those pages are pulling files from unsecured parts of the site?
-
3. Re: Create Secure Webpages using Dreamweaver
coolmarine24 Apr 4, 2012 12:56 PM (in response to coolmarine24)When I clicok on it this is what I get (please see beloow)...by the way In my source code, i am referencing to things that ar enot local to the site? a google map google captcha google anlytics
i spoke with the company hosting the website and this is what they said:
'As the warning message suggests, this happens when some of your content is served securely (using https) and some is served insecurely (using http).
In order to avoid this warning you would need to serve all the content of a page securely."
"You would need to manually fix these calls to http content within your site's code, or within the software that generated those links. You can check the documentation or support for the software you are using (Drupal, Joomla, etc) or check with your webmaster about that."
-
4. Re: Create Secure Webpages using Dreamweaver
Ben M Apr 5, 2012 12:25 PM (in response to coolmarine24)Make sure everything you are including and referencing on the page is being served via https, otherwise you will not be able to get rid of that error.
-
5. Re: Create Secure Webpages using Dreamweaver
coolmarine24 Apr 5, 2012 12:59 PM (in response to Ben M)That worked! Thanks!