Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I stop the "this website does not supply identity information" message

Tags:

security

https

I have a site which is completely on https: and works well, but, some of the images served are from other sources e.g. ebay, or Amazon.

This causes the browser to prompt a message: "this website does not supply identity information"

How can I avoid this? The images must be served from elsewhere sometimes.

like image 317
StudioTime Avatar asked Jan 28 '14 19:01

StudioTime


1 Answers

"This website does not supply identity information." is not only about the encryption of the link to the website itself but also the identification of the operators/owners of the website - just like it actually says. For that warning (it's not really an error) to stop, I believe you have to apply for the Extended Validation Certificate https://en.wikipedia.org/wiki/Extended_Validation_Certificate. EVC rigorously validates the entity behind the website not just the website itself.

like image 182
EdNdee Avatar answered Sep 18 '22 22:09

EdNdee