Okay I've been doing some further analysis of this behavior.
First off, I ran Wireshark on my local machine while accessing my https url to see if any non-ssl http requests are being made by the browser after I select "Y" to get nonsecure items.
No http requests are seen by wireshark during the entire transaction. All requsts occur over https.
So how come IE is reporting this as a request for nonsecure items?
Perhaps it could have something to do with an iFrame having a blank src attribute?
http://gemal.dk/blog/2005/01/27/ifra...rnet_explorer/
The file Ajax_all.
js has some code in it to handle this, but is it working properly with IE 6?
Then again, I may be barking up the wrong tree entirely....
-Geoffrey