IBM Worklight 6.0 - Native Android app unable to c

2019-09-03 14:37发布

问题:

I have a simple Android Hybrid and Native Application developed using Worklight 6.0. Over http both the apps work fine with connecting to the server and invoking a procedure. But as soon as I move to https, hybrid app works fine, but I can see that the native connect request itself is not received at the server end.

Do I need to enable anything else to get https working on the android native app?

回答1:

To use HTTPS, you need to configure your SSL certificate on your WAS server. The SSL certificate should not be self-signed, but signed by a trust CA like VeriSign. To configure SSL certificate on WebSphere application server, here's the doc for you.