I use SSL on my web server and the message "Page contains insecure elements" appears in IE6 while entering the edit mode on nodes with attachments enabled. Messages disappear when I delete upload.js so I suppose that problem comes with it.

How to track the bug:
1. Enable SSL on your web server
2. Go to https://www.example.com/admin/modules and enable 'upload' module
3. Go to https://www.example.com/admin/settings/content-types/page and set 'Attachments' to 'Enabled'
4. Go to https://www.example.com/node/add/page and you'll get the warning message

Comments

dopry’s picture

Is your base_url set to https: in the settings.php... It may be trying to load http://example.com/drupal.js etc.
Is it resolved after the base url fixes?

chx’s picture

Status: Active » Closed (won't fix)

there is no drupal bug here.