我尝试从移动 iOs 设备发出 https 请求。这不起作用。在 flashbuilder 模拟器(在 Mac 上)中,我必须接受自签名证书,但它工作正常。在移动设备上,我有
错误 2032
我在应用程序的 Web 迁移版本上也遇到了同样的问题。我在服务器根目录上添加了 crossdomain.xml:
site-control permitted-cross-domain-policies="master-only"
allow-access-from domain="*" secure="false"
在项目中,我使用 mx.rpc.http.HTTPService 类。我试图更改目标类型但没有效果:
useProxy = true;
destination = 'DefaultHTTPS';