Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The site uses SSL, but Google Chrome has detected insecure content on the page

Tags:

browser

ssl

I'm using SSL on my website and it is giving me the lock with yellow triangle icon ("The site uses SSL, but Google Chrome has detected insecure content on the page.")

On clicking the lock icon it says:

Your connection to domainname is encrypted with 256-bit encryption. However, this page includes other resources which are not secure. These resources can be viewed by others while in transit, and can be modified by an attacker to change the look of the page. The connection uses TLS 1.0. The connection is encrypted using AES_256_CBC, with SHA1 for message authentication and DHE_RSA as the key exchange mechanism. The connection is not compressed.

How do I ensure I get the green lock?

like image 671
Pykih Avatar asked Dec 22 '11 05:12

Pykih


1 Answers

You must have resources (images, stylesheets, scripts, etc...) which are embedded on the page but are not served over https. Make sure all your resources are served over https, and that warning should go away.

like image 148
Jake Feasel Avatar answered Nov 06 '22 02:11

Jake Feasel