Re: Fetch certificate information

2012-02-14 Thread Andreas Veithen
The stand-alone server doesn't support HTTPS. Therefore there are no client certificates that you could get... Andreas On Tue, Feb 14, 2012 at 15:20, Yogesh Sagar wrote: > Hello, > I am trying to access client certificate information over Axis2Request. The > axis2 web service is running as a sta

Fetch certificate information

2012-02-14 Thread Yogesh Sagar
Hello, I am trying to access client certificate information over Axis2Request. The axis2 web service is running as a stand alone service (that is Axis2 is not deployed on Servlet container). Is there a way to get the client certificate information during the request? Any help is very much apprecia