Quantcast
Channel: SSL/TLS Questions and Answers - Recent questions and answers
Viewing all articles
Browse latest Browse all 1113

Answered: Website "safe lock" shows triangle in front? Is it safe to enter personal info?

$
0
0
The yellow lock indicates that there some references to outside assets that are not using ssl. For instance, the html in the page may reference an image using

<img src='http://site.com/image.jpg'>

To fix the problem and remove the yellow triangle, use 'https' instead

<img src='https://site.com/image.jpg'>

This applies to css and javascripts as well.

Viewing all articles
Browse latest Browse all 1113

Trending Articles