In my Java application, I need to connect to the same host using SSL, but using a different certificate each time. The reason I need to use different certificates is that t
There is a solution here for dynamically choosing the client certificate used for SSL Authentication from an Axis Client.