IE nonsecure items warning. Help, I tried everything!

View: New views
2 Messages — Rating Filter:   Alert me  

IE nonsecure items warning. Help, I tried everything!

by Joe Kramer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I have complex site that uses a lot of dojo components.
I just can't get rid of IE "page contains nonsecure items" warning.
This is a public site, I cannot tell users to go to settings and
change this and that. I need to get it to work so that warning is not
displayed.

Spent few days already on this problem. I am desperate.
There are no requests to non-https "nonsecure items" in Apache log.
It seems like some undetectable request causes the warning. When using
network packet snifer there are no nonsecure requests either!
So request is generated by Dojo, IE gets alerted but it's not sent out
even if you select Yes in warning dialog.

I searched internet and found quite some people using same problem.
implemented these techniques, blank iframe URL and modules config:

                        if (ISIE) {

                                var https_src = document.location.protocol + '//' +
document.location.hostname +
'/lib/dojo1.3.2/dojo/resources/blank.html';

...........

        window.djConfig =
                dojoBlankHtmlUrl: '/lib/dojo1.3.2/dojo/resources/blank.html'
                modulePaths:
    "dojo":  document.location.protocol + '//' +
document.location.hostname + "/lib/dojo1.3.2/dojo",
    "dijit": document.location.protocol + '//' +
document.location.hostname + "/lib/dojo1.3.2/dijit",
    "dojox": document.location.protocol + '//' +
document.location.hostname + "/lib/dojo1.3.2/dojox"


anyway, nothing helps.


Anyone can give me any hints? it seems like a bug in Dojo, don't know
what else to think.

Thanks.
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://docs.dojocampus.org
Dojo-interest@...
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest

Re: IE nonsecure items warning. Help, I tried everything!

by Kenton Smeltzer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Are you using any XML? If so does any of that XML link to any external DTD's etc? I havee seen that happen before. You said it is a public site can you post a link to the offending page?

On Fri, Nov 6, 2009 at 1:09 PM, Joe Kramer <cckramer@...> wrote:
Hi,

I have complex site that uses a lot of dojo components.
I just can't get rid of IE "page contains nonsecure items" warning.
This is a public site, I cannot tell users to go to settings and
change this and that. I need to get it to work so that warning is not
displayed.

Spent few days already on this problem. I am desperate.
There are no requests to non-https "nonsecure items" in Apache log.
It seems like some undetectable request causes the warning. When using
network packet snifer there are no nonsecure requests either!
So request is generated by Dojo, IE gets alerted but it's not sent out
even if you select Yes in warning dialog.

I searched internet and found quite some people using same problem.
implemented these techniques, blank iframe URL and modules config:

                       if (ISIE) {

                               var https_src = document.location.protocol + '//' +
document.location.hostname +
'/lib/dojo1.3.2/dojo/resources/blank.html';

...........

       window.djConfig =
               dojoBlankHtmlUrl: '/lib/dojo1.3.2/dojo/resources/blank.html'
               modulePaths:
               "dojo":  document.location.protocol + '//' +
document.location.hostname + "/lib/dojo1.3.2/dojo",
               "dijit": document.location.protocol + '//' +
document.location.hostname + "/lib/dojo1.3.2/dijit",
               "dojox": document.location.protocol + '//' +
document.location.hostname + "/lib/dojo1.3.2/dojox"


anyway, nothing helps.


Anyone can give me any hints? it seems like a bug in Dojo, don't know
what else to think.

Thanks.
_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://docs.dojocampus.org
Dojo-interest@...
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest


_______________________________________________
FAQ: http://dojotoolkit.org/support/faq
Book: http://docs.dojocampus.org
Dojo-interest@...
http://mail.dojotoolkit.org/mailman/listinfo/dojo-interest