This content has been marked as final.
Show 4 replies
-
1. Re: HTTPService calls not woking for Mobile app.
sukukannan Apr 30, 2012 1:03 AM (in response to sukukannan)i ve used HTTPService object for maling the https calls. Is there anything else to be done from code for secure connection? Have anyone else faced this problem?
-
2. Re: HTTPService calls not woking for Mobile app.
oldMster Apr 30, 2012 11:53 AM (in response to sukukannan)Have you tried calling the https url you are using from the browser on the device? That is always my first debugging step with httpService calls. If the device is unhappy with the certificate for any reason, flex will not allow the calls.
Mark
-
3. Re: HTTPService calls not woking for Mobile app.
sukukannan May 8, 2012 8:38 PM (in response to oldMster)Thanks for the reply. The calls were working through the browser but not using the mobile app. The problem was not with app but with the SSL configuration in Apache Server.
-
4. Re: HTTPService calls not woking for Mobile app.
Bluesman2008 Jun 21, 2012 10:33 AM (in response to sukukannan)What was the SSL configuration issue in Appache Server? I'm experiencing the same problem. The mobile app works in the simulator, but on the iPhone. Thanks!