shlomist100 Report post Posted June 18, 2007 Hi, I'm trying to use Fusion charts with ssl. It works fine but i'm getting a security message from the ie: "The page contains both secure and none secure items. Do you want to display the none secure items?" Thanx shlomi Share this post Link to post Share on other sites
Pallav Report post Posted June 19, 2007 Hi, In the HTML code that you're using to embed the chart, just change all http to https. Share this post Link to post Share on other sites
karenw Report post Posted October 12, 2007 How would one go about this if either using ASP.NET VB and: a) Return InfoSoftGlobal.FusionCharts.RenderChartHTML("../FusionCharts/Bar2D.swf", "Chart_Data/my.xml", "", "mychart", "350", "150", False) with a dll OR FusionCharts.js One never gets to the HTML in order to write the http or https. Thanks Karen Share this post Link to post Share on other sites
blastfemy Report post Posted November 23, 2007 (edited) But how will this work using PHP?.. I used the renderChartHTML function: renderChartHTML("Charts/StackedColumn3DLineDY.swf", "", "$strXML", "myNext", 600, 400, false); I'm still getting the notification: "The page contains both secure and none secure items. Do you want to display the none secure items?" in Internet Explorer May I know how to fix this problem? Thanks Pallav (6/19/2007)Hi, In the HTML code that you're using to embed the chart, just change all http to https. Edited November 23, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted November 23, 2007 Can you try the renderChart method that uses JavaScript embedding? Share this post Link to post Share on other sites
prg74 Report post Posted March 23, 2008 I am a new customer also experiencing this issue, so I figure I might as well add to this thread. My environment is ASP.NET 2.0 VB also using the AJAX Toolkit. Utilizing the RenderChartHTML method yields the "non-secure items" warning in IE, all is well in FF as usual. When switching to the standard RenderChart method the "non-secure items" warning goes away but then any charts to be rendered on my AsycPostbacks fail. To try to compliment both issues I attempted to use RenderChart on Page_Load and during Postback use RenderChartHTML but that still brings the "non-secure items" warning. I am quite new to the FusionCharts component and am not sure where to go from here.... Any pointers? Share this post Link to post Share on other sites
Pallav Report post Posted March 30, 2008 Hi, In code of RenderChartHTML (in the Class), you could just change the reference of links from http to https to resolve the security dialog. Share this post Link to post Share on other sites
JJ Report post Posted January 8, 2010 Hi, Can somebody please let me know how to get to the HTML in order to write the http or https based on the post below this is very urgent so any help will be greatly appreciated. How would one go about this if either using ASP.NET c# and: a) Return InfoSoftGlobal.FusionCharts.RenderChartHTML("../FusionCharts/Bar2D.swf", "Chart_Data/my.xml", "", "mychart", "350", "150", False) with a dll OR FusionCharts.js Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted January 8, 2010 Hi, In case you wish to get the HTML code, please try assigning the value of the "Retun" satatement to a string variable. Hope this helps. Share this post Link to post Share on other sites
JJ Report post Posted January 8, 2010 Sorry, i'm actually using outPut = FusionCharts.RenderChartHTML("FusionCharts/Bar2D.swf", "", strXML.ToString(), "chart2", "700", "350", false); // clear the PanelPanel1.Controls.Clear(); //Add chart to the panel Panel1.Controls.Add( new LiteralControl(outPut)); Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted January 8, 2010 Hi, Could you please explain the issue that you are facing a bit elaboratele? Awaiting your reply. :hehe: Share this post Link to post Share on other sites
JJ Report post Posted January 8, 2010 Thanks for your replyI'm trying to use Fusion charts with ssl.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> My site works fine on Development but as soon as I moved the site to a Live environment It works fine but I Share this post Link to post Share on other sites
JJ Report post Posted January 8, 2010 Hi, Can anyone suggest a way that I can get around this isssue as I urgently need to remove the security warning that happens when I use FusionCharts.RenderChartHTML. Thanks Share this post Link to post Share on other sites
Guest Madhumita Report post Posted January 11, 2010 Hello, Could you please consider using the latest version of FusionCharts.dll? I am attaching the latest version of FusionCharts.dll file for your reference. I hope this helps you. FusionCharts.zip Share this post Link to post Share on other sites
Usha Report post Posted February 20, 2010 The same problem for me too. It does not work in IE. I did all code changes as per your reference (http://www.fusioncharts.com/free/docs/Contents/Adv_SSL.html) but no luck. I am using jsp. Please help me ASAP. Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted February 25, 2010 Hi, Could you please confirm that you are using the latest FusionCharts.dll. It sets all http links to https. Please use this in SSL only. FusionChartsAllHTTPS.zip Share this post Link to post Share on other sites