wrong version keystore when doing https call
问题 Hello fellow android coders. I'm trying to do a https secure call from my android code. The call goes fine on the emulator but on the actual Samsung Galaxy device I get a SSL error. I used crazy bobs method for handling the cetificate. Here is crazy bobs link: http://blog.crazybob.org/2010/02/android-trusting-ssl-certificates.html. Problem is I get an error: "wrong version of keystore" inside the custom SSLSocketFactory object. Any suggestions on what to do to fix this? Thanks. 回答1: Did you