[google-appengine] Re: ssl connection mutual authentication

2010-05-06 Thread Steve favez
PM, Steve favez favez.st...@gmail.com wrote: Hi Nick, thanks for the quick reply. Do you plan to add this feature in a future release ? We don't have immediate plans to add client certificate validation for incoming requests, or server certificate validation for outgoing ones

[google-appengine] ssl connection mutual authentication

2010-05-05 Thread Steve favez
Hello, I'm trying to consume a web service (using URLFetchService) through https, requiring a mutual SSL authentication. (soap ws, using axis2 with custom HTTP Transport layer, using URLConnection - URLFetchService) Without HTTPS, everything works fine. In my java google app, I've set the

[google-appengine] Re: ssl connection mutual authentication

2010-05-05 Thread Steve favez
Hi Nick, thanks for the quick reply. Do you plan to add this feature in a future release ? Otherwise, what do you think to use secure data connector as a proxy. ??? ... (kind of workaround if I really need to call a web service requiring ssl mutual authentication.) ? Thanks - Steve Favez