SSL 证书“资源不安全”
我正在开发一个拥有 SSL 证书的网站。证书已全部设置完毕,但由于资源不安全,安全 https:// 上有一个大而丑陋的红叉。
由于它是一个 WordPress 网站,因此有一些来自其他 URL 的位 - 有没有办法获得可能导致此问题的其他资源的完整列表?
谢谢!
I am working on a site which has an SSL certificate. The certificate is all setup, but there is the big ugle red cross through the secure https:// because of resources that are not secure.
As it is a wordpress site, there are a few bits which are coming from other URL's - is there a way to get a complete list of these other resources that could be causing this?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Chrome 的开发者工具会告诉您(我假设您使用的是 Chrome,因为它是我所知道的唯一具有 https 交叉的浏览器)。只需按 ctrl-shift-j 并重新加载页面即可。每个不安全的资源都应该记录在控制台视图中。
Chrome's Developer Tools will tell you (I'm assuming you're using chrome because it's the only browser that I know of that has the cross through the https). Just hit ctrl-shift-j and reload the page. Each insecure resource should be logged in the console view.