RE: SSL & Digest authentication

2002-05-24 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > a new API ( or even better, a new property string to be set on Call > > object ) so that HTTPSender knows which alias to use. Look at JSSE > > examples for how to do this. > > Now this is information I still not have. I only saw example

RE: SSL & Digest authentication

2002-05-24 Thread Geza.Szocs
> You can't select a particular key entry from a Java keystore by just > setting environment variables. You will have to do some programming at > the JSSE level. Yeapp, I was afraid of this. :) > However, Axis is an open source project and one could always > modify the > source code to add n

RE: SSL & Digest authentication

2002-05-23 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > 2. This is a bit off-topic, but maybe not so much. > I want to use SSL with my Axis client. No problem here. > I even managed to enable client authentication, everything > runs ok. But how can I configure my