ibm mobilefirst - TLS1.2 connection from native Android app to Worklight server using wlclient library -


i using wlclient.jar making connection worklight server android native app requirement make tls1.2 connection . dont find api in wlclient.jar mentioning tls1.2 security level . customizing wlclient.jar option ? if yes changes need ?

this issue has since become apar (support ticket) mobilefirst platform foundation 7.1: pi64093: apps on android versions 4.4.2 , earlier cannot connect server using https if tls 1.2 enabled.

workaround (from apar description):

in native android code of mobilefirst platform hybrid application, in "oncreate()" method in application's main activity, possible replace default sslsocketfactory provided android 1 enables tls 1.2, after call "wl.createinstance(this)", in order accommodate use of tls 1.2 android versions 4.4.2 , earlier. specific steps , code accomplish beyond scope of apar.

there ifix available download ibm fix central.

the issue resolved programmatically enabling tls on android devices os <4.2.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -