How to find what elements on SSL page are insecure?

3

Possible Duplicate:
How to tell which resources are loaded “insecurely” with Chrome using https

I"m using a major tax site for this year's taxes, and I am getting the "Some elements on this page are insecure" message in the URL bar in Chrome that seems to happen every now and then in gmail.

Is there a way to find out what parts are insecure? Is this even something to worry about?

Once I login, I get the green lock in the URL bar and is says that all elements are secure.

For reference, I'm getting the Yellow Triangle next to the lock (3rd one down), found on this page: http://support.google.com/chrome/bin/answer.py?hl=en&answer=95617

v15

Posted 2012-01-13T01:00:50.180

Reputation: 1 805

Question was closed 2012-01-14T04:41:20.977

Answers

1

While not the only tool or even the easiest for this problem, I always recommend to use wireshark to capture the entire network. Then you (painstakingly, I admit) examine each connection and see which ones are not going over SSL. With a little practice you'll learn to quickly filter out the traffic you are not interested in. Hint: Analyze -> "Follow TCP Stream" is pure gold.

You can also watch DNS in action and see other network goodies.

President James Moveon Polk

Posted 2012-01-13T01:00:50.180

Reputation: 187