Re: Client Certificate Authentication Question

2003-10-27 Thread Ortwin Glück
It just means you need to write your own Socket factory that returns a socked configured with the client certificate! Of yourse you can use HttpClient. Odi Dan Tran wrote: Odi, thanks for the suggestion. Does it mean, I will not be able to use HttpClient at all? Many thanks -Dan ---

Re: Client Certificate Authentication Question

2003-10-24 Thread Dan Tran
003 12:33 AM Subject: Re: Client Certificate Authentication Question > Dan Tran wrote: > > The question here is how to I configure EasySSLProtocolSocketFactory to handle client certificate? > > This is completely implementation dependent. > > For JSSE take a look at > &

Re: Client Certificate Authentication Question

2003-10-24 Thread Ortwin Glück
Dan Tran wrote: The question here is how to I configure EasySSLProtocolSocketFactory to handle client certificate? This is completely implementation dependent. For JSSE take a look at http://java.sun.com/j2se/1.4.1/docs/guide/security/jsse/samples/sockets/client/SSLSocketClientWithClientAuth.java

Client Certificate Authentication Question

2003-10-23 Thread Dan Tran
Hello, I need to use httpclient rc2 to communiate with a untrusted server (self sign). The server also requires the client to send a client certificate. Handling untrusted connection over https is straight forward according to the example in EasySSLProtocolSocketFactory. The question here is h