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 that you provide an instance of a SecureProtocolSocketFactory to the Protocol.


Is there some example code for opening the keystore file and so forth? or are there
APIs available that one could pass in a fully qualified path with passphrase for the
client side cert file?

There aren't any included in HttpClient. I suggest taking a look at the JSSE docs, as they may include some more examples. Please let us know if you discover any good examples. As always we also accept code and documentation contributions :)


Mike


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to