问题
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.
来源:https://stackoverflow.com/questions/17951707/ibm-worklight-6-0-native-android-app-unable-to-connect-when-using-https