I am having trouble with the dreaded "mixed content" warning in IE8 and after checking for and eliminating any traces of 'http:' in my code, I have discovered that the following line is the cause:
<script type="text/javascript" src="/plugins/FusionCharts_Intranet/Charts/FusionCharts.js"></script>
I have read on the FusionCharts site that it will only work over HTTPS when certain methods are used. However if I create a test page with ONLY the above line in it, it throws the error.
Has anyone experienced this before? I am happy to experiment with different methods of data retrieval (json, whatever), but the fact that an error is being thrown before any charts are even generated is puzzling.
In IE9 I get the same error but it is 'bypassable'. In IE8 it completely stops the page loading (it seems to stop jquery from loading, which is used when the page is loaded).
Thanks, valoukh