During developing Android application I faced a problem with SSL connection in android lower than KIT KAT.
Application is using ch.boye.httpclientandroidlib to connect. When I tried to get httpConnection I'm getting error:
here was error during executing http request.
javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
In Android newest than KIT KAT everything works fine.
I'm trying to use solution sugested in here but i have a problem with casting types from ch.boye.httpclientandroidlib to apache elements in my current implemetations.
Is there any solution for using this library for android lower than KIT KAT?