Jump to content
Software FX Community

TrustFailure error with .NET Chart and SSL


User (Legacy)

Recommended Posts

Hello,

I use the last version of ChartFX for .NET and i got the following error :

When i want to display Chart in .NET mode i got a this message:

Failed to download Chart

TrustFailure

This message appear when i'm in https connection. It works fine with non ssl

connection

If someone can help me

Thank you

Jerome Grech

Software Developer for CAPSO

post-2107-13922378247032_thumb.png

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...

While setting EmbeddedData to true may be the solution for you it is not 

necessarily the solution for all cases.

The problem you are having is that the client control could not download its

data from the server, because of a trust failure, this is NOT caused by

HTTPS but it may be caused by other reasons such as credentials not being

sent trough, a proxy, etc.

What you did by setting EmbeddedData to true was to "by-pass" the error by

embedding the chart's data into the page itself, this way there is no

request back from the client to the server and hence there is no error.

I would be interested in knowing more about your environment to understand

the real cause of the problem.

1) Do you have a proxy ? Is so how it is set up ? Is it setup using a script

?

2) Do you have user authentication ? Is so, which type (Form, NT, Clear

Text) ?

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Hello

I don't say it is the solution for all cases but it a solution to try before

contact the support.

The environment :

I don't use a proxy but i have a form authentication on the server

I use a test certificate and Sftware FX support tell me that it is a

possible cause of my issue.

Regards

Jerome Grech

Software Developer for CAPSO

"SoftwareFX Support" <noreply@softwarefx.com> a

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...