Hi,
I am trying to communicate to server from my Flex application running
on http://localhost:8080/FlexApp to another server which is running on
https://localhost://8400/testApp using HttpService. I have added the
crossdomain xml file in my tomcat running on port 8400 in all possible
places i.e. bin directory , testApp directory. Problem I get is: [RPC
Fault faultString="Security error accessing url"
faultCode="Channel.Security.Error" faultDetail="Destination:
DefaultHTTPS"]
My crossdomain.xml file looks like this :
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" secure="false"/>
<site-control permitted-cross-domain-policies="all"/>
<allow-http-request-headers-from domain="*" to-ports="*" headers="*"
secure="false"/>
</cross-domain-policy>
cross-domain-policy.dtd file I downloaded, is in the same directory as
the xml file.
I am still not able to know the fix of this problem. Any suggestion
would be really helpful
Thanks,
Prem
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---