it just means that you are on a https page but it links to some http resources, eg images or javascripts.
so make sure when you are on a https page all your resources are brought in via relative urls and do not start with http:// one specific example is that you can be on an https page but you include an website analytics script via an http url. -igor On Wed, Aug 19, 2009 at 4:51 AM, Eyal Golan<[email protected]> wrote: > Hello all, > We are having a problem when we work on an SSL environment. > Whenever we open a modal popup window, there's this annoying message of IE > that the user is trying to open both secure and non secure content. > We changed the IE settings and the message is gone. > But I want to understand what's causing it? > > I googled a bit about it and found some tips on changing the > IREquestCycleProcessor: > http://cwiki.apache.org/WICKET/how-to-switch-to-ssl-mode.html > It this what we should do? > > BTW, > does anyone know how to run the embedded Jetty with SSL? > > Thanks > > Eyal Golan > [email protected] > > Visit: http://jvdrums.sourceforge.net/ > LinkedIn: http://www.linkedin.com/in/egolan74 > > P Save a tree. Please don't print this e-mail unless it's really necessary > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
