Re: ssl authentication by certificate

2004-01-07 Thread Ortwin Glück
Lionel PASQUIER wrote: Well... I successfully connected to a https server that does not require certificate with httpClient: the ssl guide explain very well how to do this. But I did not spot anything about client authentication There is not much. Maybe I am blind, but I need help! :) Is

RE: ssl authentication by certificate

2004-01-07 Thread Lionel PASQUIER
specify a KeyManager that I implemented? How do httpClient handles it? what calls does it do to the KeyManager? > -Message d'origine- > De : Ortwin Glück [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 7 janvier 2004 11:23 > À : Commons HttpClient Project > Objet : Re

Re: ssl authentication by certificate

2004-01-07 Thread Ortwin Glück
Lionel PASQUIER wrote: Hello and Happy New Year! Thanks, same to you... I was just curious to know if httpClient supports ssl authentication with certificate and private key? That is I want to use httpClient to connect to a web site with my private key / certificate from a keystore. Is it possib