Mobile app version of vmapp.org
Login or Join
Cody1181609

: "only secured content is displayed" I have a question, I just had a SSL certificate installed on my drupal site using shared hosting... and on the front page now it says "only secured content

@Cody1181609

Posted in: #Security

I have a question, I just had a SSL certificate installed on my drupal site using shared hosting...

and on the front page now it says "only secured content is displayed" in IE. How do I find which content is NOT secure on this page?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Cody1181609

2 Comments

Sorted by latest first Latest Oldest Best

 

@Angie530

Also in chrome if you "inspect element" on a page it opens the "Elements Panel in the Dev tools. From there chose the Network section. As you mouse over every request the page makes it will give you the full url the page used to request it. look for any that are not https and you will have your culprits. Chances are you have calls to absolute urls as opposed to relative urls, so it is forcing http instead of using the implied https of the page.

10% popularity Vote Up Vote Down


 

@Sarah324

You could fire up Fiddler to see what exactly IE is requesting over regular HTTP.

In Fiddler's default configuration, HTTPS requests will show up with a lock and CONNECT as the host. HTTP requests will have a non-lock icon.
josh3736.net/images/fiddlerhttps.png
Source

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme