RE: Re: Help on client authentication

2003-05-30 Thread Kalnichevski, Oleg
problem with HttpClient. However, if the opposite is the case, you should be looking for a problem in your SSL setup Oleg -Original Message- From: Patrick Cardinal [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 07:44 To: Commons HttpClient Project Subject: Re: Re: Help on client

Re: Re: Help on client authentication

2003-05-30 Thread Patrick Cardinal
Sorry for the delay. Typically in an SSL transaction the client wants to authenticate the server (validating server certificates). However in the case of mutual client authentication the server also authenticates the client (using client certificates) in addition to the client authenticating th

Re: Help on client authentication

2003-05-30 Thread Michael Becke
Hello Patrick, What exactly do you mean by "SSL with mutual client authentication"? Could you provide a simple example of what you are trying and what specifically does not work. A stack trace and logs would be helpful. http://jakarta.apache.org/commons/httpclient/logging.html Mike Patrick C

Help on client authentication

2003-05-29 Thread Patrick Cardinal
I use httpclient to do SSL. We have been having problems using the 2.0 beta-1 (even alpha3 ) release of httpclient to do SSL with mutual client authentication using Keystores and JSSE. This used to work in a previous release of http client. I need to upgrade to 2.0 version for a bug fix. Does