On Nov 22, 10:36 am, Nikolay Elenkov <[email protected]> wrote: > On Tue, Nov 22, 2011 at 11:39 PM, mgolds02 <[email protected]> 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.
Sorry for the lack of detail. I think both HttpClient and HttpsURLConnection would both work but I'm more inclined to use whatever has a simpler API. I dont need to do anything overly complex. Overall what I'm doing is issuing a GET request to a specified HTTPS endpoint to which the server responds with XML queried from a database. I'd like it so that only my app can use the web services, hence the 2-way SSL authentication. Any help would be much appreciated. Regards. -- 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

