I am calling https webservice and its works fine in all other versions of Android, but now, when i am trying to call it with Android 7.0 Nougat, it gives me following error.
Error : javax.net.ssl.SSLHandshakeException: Connection closed by peer
I already tried with HttpClient and HttpsURLConnection, but i got the same error.
I used Security with HTTPS and SSL provided by google, but got the same error in Android 7.0 Nougat