[android-developers]

2011-01-02 Thread BASU PETLUR
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit

[android-developers] Unable to connect to one server using HttpsURLConnection

2010-09-09 Thread BASU PETLUR
I wrote this HttpsURLConnection con = (HttpsURLConnection) new URL("Here my server URL is provided").openConnection(); con.setDoOutput(true); con.setDoInput(true); con.connect();// at this point im geting error saying Java.net.SocketException:permissi