I would like to make a GET request, which expects client certificate(p12 file).
Methods tried.
Couldn't type cast
URLConnectiontoHttpsURLConnection. Thus can't set usesetSSLSocketFactorymethod.Tried with Apache Http. Used the code given in this answer.
Please help.