Since x-fire uses apache http client is it possible to expose the client
setting for unique SSL settings (keystores, key types) per connection just
like how it's done with tcp timeout value?


lucheng wrote:
> 
> I have read the user guide and the secton on HTTP / Transport but I am not
> clear on how to set SSL settings per client connection instead of
> registering a customSSLProtocol which sets the same keys for all https
> connection.
> 
> Currently I am setting the global SSL properties through
> System.setProperty (i.e. javax.net.ssl.keyStore,
> javax.net.ssl.keyStorePassword, etc) which is not what I needed.
> 
> Is there a way to set the individual SSL properties for each client
> connection just like how we can set unique timeout value for each
> connection (i.e. client.setProperty)?
> 
> Thanks.
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/unique-SSL-setting-per-connection-tf3476576.html#a9823732
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to