I am using android volley and android-async-http:1.4.9
library for networking in my app. First i was only using volley for a login call to server in android version 5.0.1
and it worked fine, but when i used volley in android version below lollipop, it gave me following error:
javax.net.ssl.SSLException: SSL handshake aborted: ssl=0x62f65e18: I/O error during system call, Connection reset by peer
Then i decided to use android-async-http:1.4.9
library but still get the same error. Anyone please help me with this because my app should work for version greater than 16.