Android : HTTPS Connection to Worklight Server 6.2

on Friday, August 1, 2014


I have developed a app using worklight 6.2 targetting android and IOS, which should connect to the worklight server when the app starts. I did the following procedure.



1. Developed an app in WL6.2
2. Enabled the connectOnStartup parameter as true.
3. Added android environment
4. Run the app on worklight development server.
5. Now opened the worklight console using https://ip:10080/worklightconsole, the app is working fine.
6. Since i need https connection, i opened the worklight console as, https://ip:10043/worklightconsole. The console successfully opened and working fine.
7. Now i am deployed the app on android emulator, and trying to connect the worklight server with http connection. The app can able to connect with worklight server.
8.If the app is trying to connect to the worklight server with https, it is throwing the following error.

Error: The application failed connecting to the service.


The logcat is here


0 comments:

Post a Comment