Hello,
I am calling web service from my android client via https. I got to validate the certificate receive from server side. How do I do that ? At present this is my code that I use to call a web service.
How do I validate a self-signed certificate received from server during performing Post ? I got to do
testing via public/private keys. Client will have a CA file. Ijust need the client to verify the server certificate using the CA, the service is public .This has to do with public/private key.
Any help is highly appreciated.