I am trying to establish a ssl handshake from my android application which is the client to the server. I am working on an internal network and I trust the server and just for testing purposes I want to disable the certificate validation. How can I do that ?
Asked
Active
Viewed 6,006 times
1
-
So why use SSL at all? If you don't want/need it secure, use plain text. – user207421 Jul 23 '14 at 18:29
-
http://stackoverflow.com/a/6378872/49489 – Barend Jul 23 '14 at 21:43
-
@EJP the final application will utilize SSL. I am still in basic implementation phase and just for testing purposes needed to disable the certificate validation. Anyhow installed the certificate manually in the simulator. – TJ13 Jul 24 '14 at 19:22
-
https://stackoverflow.com/a/63503375/6639353 – Elad Aug 20 '20 at 17:39