wordpress 如何修复 Chrome 中的 https“不安全”消息?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6988038/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to fix the https "not secure" message in Chrome?
提问by Industrial Themes
My website is a WordPress based website located here: https://www.saintjohnscamp.org/. I cannot figure out how to fix the https "not secure" message that comes up when you view the site in Google Chrome, which reads: "Your connection to www.saintjohnscamp.org is encrypted using 256-bit encryption. However, this page includes other resources which are not secure..." I have tried disabling all plugins in WordPress and looked at the source code of the page and cannot find any images, iframes, objects, etc. that are pulling from http:// instead of https://. The only instances of http:// in the source code are external links, which don't affect the not secure message (to the best of my knowledge). Can anyone point me in the right direction here? Is there a utility or service out there I can use to troubleshoot this message and fixing my page to be fully https compliant?
我的网站是一个基于 WordPress 的网站,位于:https: //www.saintjohnscamp.org/. 我不知道如何修复当您在 Google Chrome 浏览器中查看网站时出现的 https“不安全”消息,该消息显示:“您与 www.saintjohnscamp.org 的连接已使用 256 位加密进行加密。但是,此页面包括其他不安全的资源......”我尝试禁用 WordPress 中的所有插件并查看页面的源代码,但找不到任何从 http:// 而不是拉取的图像、iframe、对象等https://。源代码中 http:// 的唯一实例是外部链接,它不会影响不安全的消息(据我所知)。任何人都可以指出我正确的方向吗?是否有实用程序或服务可以用来解决此消息并修复我的页面以完全符合 https 要求?
采纳答案by NoBugs
To view the request with Wireshark:
要使用 Wireshark 查看请求:
Close other browsers, open Wireshark, select Capture - Interfaces, and select Start on the active internet device. Then enter "http" in the top filter box, it will show current http requests and responses. You could also filter by port 80 (http) or 443 (https).
关闭其他浏览器,打开 Wireshark,选择捕获 - 接口,然后在活动的 Internet 设备上选择启动。然后在顶部过滤器框中输入“http”,它会显示当前的 http 请求和响应。您还可以按端口 80 (http) 或 443 (https) 进行过滤。
Wireshark shows the site is requesting http, not https, for:
Wireshark 显示该站点正在请求 http,而不是 https,用于:
platform.twitter.com/widgets.js?ver=1.1
platform.twitter.com/widgets.js?ver=1.1
twitter.com/javascripts/blogger.js
twitter.com/javascripts/blogger.js
api.flickr.com/services/feeds/photos_public.gne
api.flickr.com/services/feeds/photos_public.gne
and other twitter.com and flickr.com urls.
以及其他 twitter.com 和 flickr.com 网址。
回答by Skomski
I think your problem is that URL:
我认为你的问题是网址:
Piclens only offers this two versions:
Piclens 只提供这两个版本:
- http://lite.piclens.com/current/piclens.jsfull commented file (~39KB)
- http://lite.piclens.com/current/piclens_optimized.jslighter deployment file (~21KB)
- http://lite.piclens.com/current/piclens.js完整评论文件 (~39KB)
- http://lite.piclens.com/current/piclens_optimized.js打火机部署文件 (~21KB)
Piclens current SSL certificate has expired.
Piclens 当前的 SSL 证书已过期。