On Oct 6, 2011, at 6:18 PM, Nirban Dutta wrote: > We are able to connect to Web service over HTTP, but failed to connect to > HTTPS web service.
Are you sure it isn't a certificate problem? Specifically, are you able to connect to the same https URL via Browser without being prompted to (manually) accept the certificate? Mono for Android delegates HTTPS certificate authentication to Android, so if Android/Browser don't like the URL, then your app won't be able to connect. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
