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#a9704237 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
