I followed this tutorial http://blog.antoine.li/2010/10/22/android-trusting-ssl-certificates/ and managed to connect to my webservice via HTTPS on Android API 16 (4.1)
My app can use low API, so I launched Google Maps API 7 emulator, but now when I'm trying to connect, it gives me
10-13 05:10:47.441: W/System.err(492): javax.net.ssl.SSLException: Not trusted server certificate
I launched the 4.1 emulator, and it still works there.
The tutorial is from 2 years ago, not using anything new...
pretty much the same issue as this "Not trusted Server Certificate" in Android 2.2 but not 3.0 but no solution there either...
Any ideas?
Thanks!