i was using AsyncHttpClient link for making http calls but now our server has migrated to HTTPS and I am getting exception javax.net.ssl.SSLPeerUnverified
AsyncHttpClient
javax.net.ssl.SSLPeerUnverified
you can also solve this problem, with adding this 1 line.
asyncHttpClient.setSSLSocketFactory(MySSLSocketFactory.getFixedSocketFactory());