HTTPS Connection to Worklight Server 6.2

2019-04-02 18:27发布

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条回答
仙女界的扛把子
2楼-- · 2019-04-02 18:52

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.

查看更多
登录 后发表回答