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

link|improve this question

feedback

closed as exact duplicate by techie007, random Jan 14 at 4:41

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.