Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8842749
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:02:29+00:00 2026-06-14T11:02:29+00:00

I have an HTTPS site that in IE6 & 7 displays (in error) a

  • 0

I have an HTTPS site that in IE6 & 7 displays (in error) a dialog that reads:

This page contains both secure and nonsecure items

Do you want to display the nonsecure items?

This doesn’t happen in any proper browsers, but the site is corporate and lots of customers are still on Windows 2000 and IE6.

I am familiar with (and have eliminated) the following possible causes of this message:

  1. One or more of the resources loaded with the page have http:// instead of https:// – this is the only legitimate reason to display the error, and would cause the same message in working browsers too. Fiddler can identify the resources loaded nonsecure, so this is easy to fix.

  2. IE behaviour .htc files are loaded to provide DHTML features – these often are treated as unencrypted even if delivered across from an https:// URL, which made them pretty useless even back when IE6 was new. It’s not a good idea to use these in the first place.

  3. IE treats empty frames as nonsecure resources, so <iframe src="" or <iframe src="about:blank" both cause this error. This is easy to find and fix in the code.

  4. IE5 used to send AJAX requests as nonsecure when using the ActiveX XMLHTTP component. I don’t think this is an issue in IE6 and above.

  5. Data-URIs are not supported by IE 6 or 7, and won’t be displayed, but if any are included in the CSS that results in a nonsecure warning too. We have different CSS for IE that doesn’t use them.

  6. Javascript protocol links in the source for script tags report as nonsecure: <script type="text/javascript" src="javascript:void(0)"> Easily avoided by clearing the src attribute (thanks Eric!)

  7. No external libraries are loaded, with the page or dynamically, and no CDN is used. We do use some third party plug ins, but they’re delivered securely and don’t dynamically load any further content.

There’s lots on here about this IE bug, but all I’ve found so far point to one of the issues above that I’ve already eliminated.

Are there any other bugs in IE6 & 7 that could be the cause of this error?

Is there any way to identify which resource IE thinks is the nonsecure one?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T11:02:31+00:00Added an answer on June 14, 2026 at 11:02 am

    I’ve found the source of the problem, but it took some digging.

    Firstly Eric Law has come up with a prototype tool (exe) in another answer that helped identify the problem.

    The nonsecure resource is:

    data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=
    

    The problem is that IE6 doesn’t support data URIs, so we don’t use them. So where has this come from?

    It turns out that jQuery UI 1.8 is the problem, specifically a fix for another bug in the CSS:

    .ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;
        /* http://bugs.jqueryui.com/ticket/7233
         - Resizable: resizable handles fail to work in IE if transparent and content overlaps
        */
        background-image:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
    }
    

    It looks like others have also spotted this issue, and it’s been fixed in the latest jQuery UI CSS (1.9 or above).

    My fix was to replace that with a regular URL for a blank gif, problem solved.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a site that can be accessed both through http (http://mysite.com) and https
I have a Django site that takes in sensitive information. I use https/SSL, so
For example I have site http://localhost/site In IIS I set that 404 error causes
On my site: http://alsite.com.br/solalev/ I have some elements on the bottom of page that
I have a site that utilizes a bottom fixed position masthead here: http://www.entheospartners.com/newsite/ This
i have a site that uses globalize3 gem (https://github.com/svenfuchs/globalize3) and i'm currently adding the
I have a Wordpress site that uses a JQuery plugin called Hover-Caption ( https://github.com/coryschires/hover-caption
I have a TYPO3 Web site that needs to have its home page (and
I have a site that sits in a directory on a domain: http://www.example.com/site/ I
I have a simple web site ( http://www.kousenit.com/twitterfollowervalue ) that computes a quantity based

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.