Re: a mina ssl bug

2017-01-19 Thread Emmanuel Lécharny
Hi, until recently, Android implementation of SSLEngine was problematic. That may be why you had issues with Android 4.x versions, and not anymore on Android 5.x... Le 19/01/2017 à 10:05, 时无间 a écrit : > I created an ssl android client with mina , the android version is 4.2 to > 4.4, i found

a mina ssl bug

2017-01-19 Thread ??????
I created an ssl android client with mina , the android version is 4.2 to 4.4, i found a problem, ConnectFuture.awaitUninterruptibly () always in a wait state, can not create session, but in android5.5 is no problem. This is very likely mina ssl in android 4.xx. Thanks