PDA

View Full Version : message - contains both secure and nonsecure on LayoutRegion remove



Joe
7 Aug 2007, 1:33 PM
I am running an SSL site and kept getting a message about showing secure and non-secure items. The message is "This page contains both secure and nonsecure items. bla bla bla".

I found that when the LayoutRegion.remove is called without the preservePanel as true - it shows the message. When true is used, the message went away. Everything else seems to work fine with true passed.

Anyone else run into this? Is there something else that can be done on this? Any issues using perservePanel true I need to know about?

Thanks and hope this helps someone.

Cheers.

tryanDLS
7 Aug 2007, 4:43 PM
You could look at IIS logs to see what's being requested differently.

Joe
8 Aug 2007, 8:26 AM
I am using a Domino server, not IIS. The message is a client side message and my server is not logging this, at least not where I can find it.

I am seeing an issue where when I preserve the panel, it is causing the content to be loaded incorrectly (can not be seen and what can be seen is incorrect). I know that is not a problem statement any one can help with, just an update as to what I found.

If I find a solution / reason / more details as to what is going on here, I will post.

Any assistance by anyone running into issues like this would be much appreciated.

Cheers.

KimH
14 Aug 2007, 12:52 AM
Have you set the SSL_SECURE_URL (http://extjs.com/deploy/ext/docs/output/Ext.html#SSL_SECURE_URL) property?

Have you tried using Firefox with the Firebug plugin to see which URL's is loaded on the page?