I wanna call an API using HTTPS without installing certificate in app but the certificate is installed on server , So please tell me how to make https call without installing certificate from app.
Asked
Active
Viewed 56 times
0
-
[Check here](http://stackoverflow.com/q/2012497/4596556) – Madhukar Hebbar Jan 04 '16 at 05:19
-
@MadhukarHebbar I am getting 405 error in when using same e.g. – Shivam Nagpal Jan 04 '16 at 06:27
-
405 is method not allowed. Have you generated `.crt` in client side? [See here](http://stackoverflow.com/a/23697732/4596556) – Madhukar Hebbar Jan 04 '16 at 06:30
-
@MadhukarHebbar as i have mentioned in my question .crt will be at server side – Shivam Nagpal Jan 04 '16 at 06:34
-
Sorry. I couldn't figure it out. – Madhukar Hebbar Jan 04 '16 at 06:44
-
@MadhukarHebbar Hi i am getting this error now , many of examples availble on play store but none of them is working for me. "java.security.cert.CertPathValidatorException: Trust anchor for certification path not found." – Shivam Nagpal Jan 04 '16 at 08:47
-
Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/99676/discussion-between-madhukar-hebbar-and-shivam-nagpal). – Madhukar Hebbar Jan 04 '16 at 09:58