Select to view content in your preferred language

Problem with https Maps

531
1
01-14-2012 10:23 PM
AdilAlmarzoug
New Contributor
I have my application running under flex api 2.4 and flex viewer 2.4. I have just updated the application and changed the map links from http to https. The application works fine once lunched locally from flash builder. Once hosted on the IIS server I started to get the following error:-

MYLAYER layer failed to load: Fault code: Channel.Security.Error
Fault info: Security error accessing url
Fault details: Destination: DefaultHTTP


The application on the same link used to work fine with http map links but not with https.

I would appreciate any help with this issue.

Thanks
Tags (2)
0 Kudos
1 Reply
AdilAlmarzoug
New Contributor
This is resolved. The secure property of the <cross-domain-policy> tag must be set to false in the crossdomain.xml file.
0 Kudos