English 中文(简体)
确定哪个资源在chrome中引起SSL警告
原标题:Determining which resource is causing SSL warning in chrome

我有一个带有SSL证书的网站,但谷歌chrome浏览器没有显示绿色锁,而是显示了一个带有红十字的锁,并显示了一条警告,指出页面内容不安全。

据我所知,这是因为您使用的资源(图像、js、css)不是通过HTTPS传输的。

我检查了firebug中的net选项卡,每个资源都是通过HTTPS的。因此,我无法弄清楚是什么导致了谷歌chrome中的警告。

有没有办法找出是哪种特定资源导致了这种情况的发生?

可能是数据库连接吗?

最佳回答

我以前也遇到过Chrome缓存问题。如果你确定你已经抓住了所有的罪犯,试着清理你的藏匿处和历史记录。

问题回答

暂无回答




相关问题
ssl on login form?

I have SSL on my website....when the user logs in from a http page the form action is sent to https page, would this still secure the posted data? Or would it be better to have the form and the page ...

SSL slowness in EC2

We ve deployed our rails app to EC2. In our setup, we have two proxies on small instances behind round-robin DNS. These run nginx load balancers for a dynamically growing and shrinking farm of web ...

Why can t I find the truststore for an SSL handshake?

I m using the Spring RESTTemplate on the client side to make calls to a REST endpoint. The client in this case is a Spring app and Tomcat is the servlet container. I m running into issues making a ...

To add more parameter for my http header for SSL/TLS

As far as I understand, https is http plus SSL/TLS. What do I need to do if I want to add 3 more parameters for the header? I found a file inside Mozilla s NSS - ssl3ext.c, but I don t understand it ...

Why am I getting handshake_failure with Java SSL cert?

I m trying to use Hudson (which uses SVNKit) to access a Subversion repository that requires a client certificate to access it. I can access the same repository using the same client certificate via ...

热门标签