Pallav

Fusion charts and ssl

Recommended Posts

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

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

B) 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

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 by Guest

Share this post


Link to post
Share on other sites

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

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

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

B) FusionCharts.js

 

 

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

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. B)

Share this post


Link to post
Share on other sites

Sorry, i'm actually using

 

outPut =

FusionCharts.RenderChartHTML("FusionCharts/Bar2D.swf", "", strXML.ToString(), "chart2", "700", "350", false);

// clear the Panel

Panel1.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

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
Thanks for your reply

I'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

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

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. B)

FusionCharts.zip

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now