Re: HTTPClient Client Side Certificate use question

2004-04-21 Thread Oleg Kalnichevski
Folks, I just spent over two weeks working extensively with SSL including mutual client/server authentication. As soon as I get a breathing moment I'll try to throw together a sample ClientAuthenticatingSocketFactory and have it added to the contrib package. However, as far as JSSE is concerned, th

Re: HTTPClient Client Side Certificate use question

2004-04-20 Thread Michael Becke
Hi Steve, To use client side certificates one needs to instantiate EasyX509TrustManager(KeyStore keystore) with a keystore that has had keystore.load(stream, password); called on it previously? Yes, this should work. You can also implement something custom of your own. The only requirement is

HTTPClient Client Side Certificate use question

2004-04-20 Thread Steve Johnson
Hi All, Want to make sure I'm on the right track. To use client side certificates one needs to instantiate EasyX509TrustManager(KeyStore keystore) with a keystore that has had keystore.load(stream, password); called on it previously? Is there some example code for opening the keystore file an