I have a mobile app that I targeted for iOS and Android. It makes a login request via HTTPS (using a POST with HTTPService)..Everything works fine while debugging on my dev
I was having the same problem, Stream error 2032
on https: requests
, and was able to resolve it by upgrading to a newer AIR runtime. I had noticed the error occurring on one test device and not the other, the main difference being that the one with errors had AIR 3.1
installed, the one without errors had AIR 3.2
.
We are now packaging the app with captive AIR runtime (version 3.3). Since FlashBuilder
came with AIR 3.1
pre-installed, it was necessary to download a new AIR SDK
and overlay it on FlashBuilder
.