Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...IE 8 Security Warning – Do you want to view only the webpage content that was delivered securely?IE 8 Security Warning – Do you want to view only the webpage content that was delivered securely?
Previous
 
Next
New Post
4/8/2010 11:08 AM
 

We get a security message which pops up on every secure web form on our DNN site.

 IE 8 Security Warning – Do you want to view only the webpage content that was delivered securely?

It may be possible to change my own browser security settings in IE 8 to prevent this from happening, but I don't want every user to have to do this. Ideally, it would be good if there was a way around this, and to stop this pop up msg 

- is this possible?

using DNN 5.1.1 and the Form and List Module.

thanks,
mark.

 
New Post
4/9/2010 2:26 PM
 

If you are getting this,  you have some content in the page that is serving up via http:// and not https://.  The fix for this is to identify the content that is coming incorrectly and modify it to serve with the proper protocol.


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
4/12/2010 12:29 PM
 

Thanks for the reply.

i have enabled SSL at the page level - so I would have thought that the entire content should be using https?
- unless it is our actual skin; which has a flash banner applied to every page?
- can the skin / or the portal.aspx page still have content which requires http?

I am trying to do a test  -  by creating a test with a different skin (with no flash banner).
Although this is not possible right now due to another technical problem.

thanks,
mark.

 
New Post
4/13/2010 7:37 AM
 

Further to the above,

I have now managed to run a test - using another form and another skin which no flash banner. and it works ok - no IE pop up message.

So it looks like I will have to design every page (which contains a form) to use a jpg image instead of a flash banner.
- unless there is a work around for this?
- perhaps I could  tell flash to use https?

 
New Post
4/21/2010 10:07 AM
 

...further to the above,

it was not necessary use the work-around (using an image as a flash alternative on pages which require a webform using https).

This was resolved by taking out the <embed> tags which are normally nested inside the flash <object> tags.

(i did also take out some other parameters, but don't think these caused a problem)
so the full code was something like:

<div> 
   <object classid="clsid:D..." width="764" height="133">
    <param name="movie" value="<%= SkinPath %>images/flash3.swf" />
    <object type="application/x-shockwave-flash" data="<%= SkinPath %>images/flash3.swf" width="764" height="133">
    <div>
     <img src="<%= SkinPath %>images/flash3.gif" alt="SYPA alternative flash banner" border="0"/>
    </div>
    </object>
   </object>
  </div>

( also shows alternative image if flash is not enabled)

mark

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...IE 8 Security Warning – Do you want to view only the webpage content that was delivered securely?IE 8 Security Warning – Do you want to view only the webpage content that was delivered securely?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out