New Core Forum Module Behind BigIP

Last post 05-19-2005 11:30 PM by beanmasher05. 4 replies.

Sort Posts:

  • New Core Forum Module Behind BigIP

    05-19-2005, 4:23 PM
    • Member
      20 point Member
    • beanmasher05
    • Member since 05-19-2005, 3:30 PM
    • Posts 4

    We are running an instance of DNN 3013 through SSL behind BigIP. Works great!  However, we are having some problems with the new Forum Module for DNN 3013.  Keep getting the "This page contains both secure and non secure items . . ."

    When we clicked NO to the "Do you want to display the nonsecure items?" we discovered that only some images do not display.

    Has anyone seen this before and have a resolution?Confused [*-)]

  • Re: New Core Forum Module Behind BigIP

    05-19-2005, 5:10 PM
    • Member
      45 point Member
    • dschott
    • Member since 04-11-2005, 3:54 PM
    • Posts 9

    On some of my other sites (none DNN) I just had to change the image reference to https:// vs http:// and it took care of it. sorry if that is to elementary for ya.. :D but all I got.

  • Re: New Core Forum Module Behind BigIP

    05-19-2005, 7:25 PM
    • Contributor
      5,867 point Contributor
    • adefwebserver
    • Member since 06-07-2003, 12:50 PM
    • Los Angeles, CA
    • Posts 1,185
    When you "right-click" on the "placeholder" for the images that wont display and select "properties" it should have "http://" instead of "https://" at the beginning of the address. That should be the reason you are getting this error.

    It might be possible to open up the .ascx file and change the references if it is hard coded there. If it's coming from the .vb code then you will have to get the source files and re-compile the module.
  • Re: New Core Forum Module Behind BigIP

    05-19-2005, 9:23 PM
    • Participant
      1,138 point Participant
    • photo_tom
    • Member since 07-18-2003, 3:52 PM
    • Southern Wisconsin
    • Posts 242
    Sources for this that I've found -
    • Images as already discussed
    • References in ascx include css, js and any other files.
    • Be sure to update links in skin file
    • References to graphic files in css.  Background images for example.  When DNN uploads skin, all images references are root relative
    While not wanting to be commerical, my ssl_module on snowcovered will handle these cases as each page is being displayed to users.  I'm not aware of any other solution that does not involve manual effort.


  • Re: New Core Forum Module Behind BigIP

    05-19-2005, 11:30 PM
    • Member
      20 point Member
    • beanmasher05
    • Member since 05-19-2005, 3:30 PM
    • Posts 4

    Thanks to all for the fast reply. Will try theses solutions and get back with results asap.

     

Page 1 of 1 (5 items)