I am deploying a Flex app that utilizes BlazeDS and runs on HTTPS. I have 
properly configured BlazeDS to work over SSL. Everything works great.. I have 
one small annoying issue that I cannot seem to resolve. 

the HTML generated by the html-wrapper compilation process is generating code 
that contains "http" references as opposed to "https" references,  for instance 
the object tags codebase attribute is 
"http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab";

This causes IE to report the "Commingle" http and https elements warning.

I would assume that there would be an argument in the html-wrapper task that 
instructs the compiler to indicate "https" for URL references as opposed to 
"http" references in the generated HTML file but that does not seem to be the 
case.

Note:
I am generating the deployed SWF and HTML wrappers via ant (flexTasks.tasks in 
flexTasks.jar)

Anyone have any idea in regards to this setting?

thanks in advance 

- Dave

Reply via email to