Understanding SSL for consuming .Net webservice from Android
问题 I am developing an Android app which need to consume .Net webservices over SSL which I have no experience in. Now I am looking for some guidance and explanation on SSL handshake and certificates. Note : the server is using IP address and NOT domain name. It is an intranet application. So far I have created a certificate(called self-signed?) in web server from IIS 7. To consume it from Android app, I found two ways of doing it : 1). Embedded the certificate in the app (Which certificate? How