HTTPS Connection to Worklight Server 6.2

岁酱吖の 提交于 2019-12-05 08:08:41

问题


I have developed a app using worklight 6.2 targeting 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


回答1:


Please see my answer here, specifically the edit. If you just want to test your SSL connection internally, you will have to create your own certificate, so look at my answer to that question on how to do so. After you have it, you have to make your device trust that server certificate, so, again, look at my answer for the instructions.

Eventually, when you are going to production, you have to acquire a certificate from a trusted Certificate Authority (CA) such as Verisign, otherwise the devices where your application is installed will not trust your certificate and will not be able to connect.



来源:https://stackoverflow.com/questions/25092053/https-connection-to-worklight-server-6-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!