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?