Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Partial SSL in Chrome

Visiting my site in SSL and in Chrome (12.0) I get

Your connection to someWebsite 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 behaviour 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 compressed with DEFLATE.

I searched with FireBug (NET tab) and Chrome Inspector and all resources are accessed via https. Where is the problem? *I cleared the cache already

What could be the problem?

like image 864
svenkapudija Avatar asked Jun 24 '11 08:06

svenkapudija


People also ask

Does Google Chrome use SSL?

Websites with SSL (Secure Socket Layer) certificates use a standard type of data encryption to create a secure connection between web servers and web browsers like Google Chrome. When you have an SSL, it encrypts and decrypts data so third parties like hackers can't access it.

Why is every website not secure on Chrome?

The reason you are seeing the “Not Secure” warning is because the web page or website you are visiting is not providing an encrypted connection. When your Chrome browser connects to a website it can either use the HTTP (insecure) or HTTPS (secure).


1 Answers

Chrome will give this error if you've visited another https page on the same domain that had mixed content however this should not be the problem if you've tried clearing your cache.

like image 99
mkn Avatar answered Oct 04 '22 06:10

mkn