Hello Chris, Web Team, et al,
I have been running DMX exclusively on several sites that are generally "fully" SSL encrypted for many years and do not experience a mixed mode warning with DMX. Although, I have experienced problems with other modules.
On my business site, currently DNN v5.5.1 with DMX 05.03.02, I still have **no** issue. If I view the source of the page where I have my main DMX module, I too can find:
[17,'
http://translations.bring...sion=05.03.02'],But no mixed mode messages. If I did, I would be complaining as well.
It turns out, this is actually part of the menu system of DMX. If you go to Admin|Languages, you will be taken to the above URL on Peter's site, to download a language pack.
Now I suspect this means there is a difference is how my site is configured for SSL.
I found early on sometimes there are modules or pages that I want to deliver that I just can't encrypt because of mixed mode issues due to references to external "http" URLs. If the content on those pages do not really need encryption, I can turn it off selectively.
If you force encryption at the IIS web site level, you clearly have no control, so I abandoned that long ago. I have never used the DNN SSL encryption switch on pages, but I suspect it is inflexible as well.
To overcome many obstacles, I installed a product called "SSL Redirect" from Sanibellogic. With it, I can configure it via rules to first, "encrypt the entire site", then create exclusions for specific URLs or pages. I only use it's basic capabilities, but it has sophisticated rules that can be applied.
In this manner, if a user hits my site with
http://www.myhomepage.com, it will automatically be redirected to https://www.myhomepage.com.
Then, if the users click a link for a page that I need to be unecrypted (to avoid mixed mode), it will seamlessly transistion the url back to http only for that page. Back and forth as needed.
Perhaps the use of such a provider would help with your issues.
If you want to see it in action, go to
http://www.silverbullettech.com, which will then change to https://
Then click on the VMware menu link, which displays a page on which I had to remove https in order to avoid mixed mode messages. The content comes from an external source, so I really don't care if it is in plain text.
Rob