Read error: error in SSL library, usually protocol error

I am trying to access a secure URL using DefaultHttpClient. I am creating a BKS file using the transfer tool.

A jks file created using the same works fine in a java program, but bks throws the following exception:

java.io.IOException: read error: error in SSL library, usually protocol error

I can open the bks file in the keystore explorer and see the details.

The same thing works in Android 2.3, but not in version 2.2

let me know if someone has encountered such a problem and solved it.

+5
source share
3 answers

. bugreport k9mail, bugreport Android 2.2 , , 2.2.

, , , Android . , , , ; , .

0

, .

0

I had this problem with Retrofit Library. I solved this change: https://10.0.3.2:4567 "to" http://10.0.3.2:4567 "in my URL connection.

0
source

All Articles