本文介绍了该网站使用SSL,但谷歌Chrome检测到该网页上的不安全内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我用在我的网站的SSL和它给我的(该网站使用SSL,但谷歌Chrome检测到该网页上含有不安全内容。)

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.")

在单击锁定图标它说:

您到域名连接进行加密,256位加密。但是,此页中包含其他不安全的资源。这些资源可以被其他人看到,而在运输过程中,可被攻击者修改,从而改变网页的外观。该连接使用TLS 1.0。该连接是使用加密AES_256_CBC与SHA1消息认证和DHE_RSA作为密钥交换机制。连接不COM pressed。

我如何确保我得到的绿色锁?

How do I ensure I get the green lock?

推荐答案

您必须拥有的资源(图片,样式,脚本等)这是内嵌在网页上,但不通过https。确保所有的资源都通过https,而且警告应该走了。

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.

这篇关于该网站使用SSL,但谷歌Chrome检测到该网页上的不安全内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 14:00