Can anyone teach me how to use self-signed CA with URL class so that I
can have code like
URL url = new URL("https://my-own-server.com");
urlconn = url.openConnection();
work on Android to access my own secure server which is loaded only
with self-signed CA?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---