I have a page that is under SSL.
However, in IE6, I get a notification:
"This page contains both secure and non-secure items" etc.
I've looked at all the HTTP requests for that page in both Firebug and Wireshark, and none of it seems to be sent over plain HTTP, all the resources are being fetched over SSL/TLS. However, IE6 still gives the non-sure items notification.
I've also tried fiddler and charles proxies, and they also show all requests being made to SSL port 443.
Even firebug shows that all the requests seem to be made through HTTPS.
Has anyone come across something similar and know what is triggering IE's non-secure items message?