My code works for http, but not https. I\'m trying to make Https connections on the Android phones, using HttpClient. Trouble is that i keep getting net.s
Https connections
net.s
Try looking at how https over HttpClient was implemented in the answers in this post: Trusting all certificates using HttpClient over HTTPS
They have talked in detail on Keystore and TrustManager