Re: [android-developers] Client/Server SSL Authentication

2011-11-22 Thread Nikolay Elenkov
On Tue, Nov 22, 2011 at 11:39 PM, mgolds02 mgold...@gmail.com wrote:
 I need a few clients to connect to a few PHP web services via HTTPS.
 I'd like for them to NOT have to enter any authentication details but
 rather use certificate authentication.  I already have an CA
 certificate and a secure domain.  Are there any good examples/
 tutorials that provide a client/server certificate authentication?

Probably. You just need to provide more details, so we know
what you are trying to do. What is your 'client'? httpclient?
HttpsURLConnection? WebView? Something else? Etc.

-- 
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 this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Client/Server SSL Authentication

2011-11-22 Thread Mathew Goldsborough
I think I replied with the wrong username previously.. sorry.

But in sort whatever class has an easier API works for me.  All i need to 
do is issue a GET request, have the client authenticated, and the server 
respond with XML.

Thanks.

-- 
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 this group at
http://groups.google.com/group/android-developers?hl=en