Flash Charts with SSL
733949Nov 26 2009 — edited Feb 17 2010Hi guys,
I am using Apex 3.2 for developing an application for displaying some statistics in the form of charts.
I started developing my application in my local environment, I built some charts with the builtin Apex Flash Charts and everything went fine even when I deployed it in the production environment. The enviroments have the same database version (11g) and the same Apex version (3.2).
However my client required the application access to be with https instead of http and so I asked his DBAs to configure this. From then on, I could access the application securely and navigate within in also in a secure manner except for a page with a Flash Chart within it.
Every time I tried to access the page I received a popup warning me that I was accessing a page in a non-secure way. I used fiddler to find out what was not being obtained in a secure way and it seemed that the problem is the way that the XML with the data is being fetched for presentation by the Flash Chart since it is being fetched through http instead of https.
Does anyone know how to solve this problem and prevent the popup to appear, enabling the chart to be presented in a secure manner?
Thanks in advance!