Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/http/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google chrome 如果使用https访问的帧被Chrome标记为“未加密”。。。为什么?_Google Chrome_Http_Iframe_Https - Fatal编程技术网

Google chrome 如果使用https访问的帧被Chrome标记为“未加密”。。。为什么?

Google chrome 如果使用https访问的帧被Chrome标记为“未加密”。。。为什么?,google-chrome,http,iframe,https,Google Chrome,Http,Iframe,Https,我正在编写一个基本的web应用程序,它将元素用于某些功能 整个网站使用https,包括与iframe的链接,但当我使用Google Chrome查看网站并右键单击显示的框架,然后查看查看框架信息->连接时,我看到以下消息: Your connection to www.example.com is not encrypted The connection uses TLS 1.1. The connection is encrypted using AES_256_CBC, with SHA

我正在编写一个基本的web应用程序,它将元素用于某些功能

整个网站使用https,包括与iframe的链接,但当我使用Google Chrome查看网站并右键单击显示的框架,然后查看查看框架信息->连接时,我看到以下消息:

Your connection to www.example.com is not encrypted

The connection uses TLS 1.1.

The connection is encrypted using AES_256_CBC, with SHA1 for message authentication and ECDHE_RSA as the key exchange mechanism.
令人困惑的是,它说连接没有加密。。。然后它说它是加密的


我认为无论何时使用https://,内容都是加密的。我错了吗?或者Google Chrome是指其他东西吗?

我最后把这个问题发布到了,有人指出这是一个bug。

有人知道为什么会发生这种情况吗?我最近也注意到了这一点。