1 Reply Latest reply on Feb 3, 2008 6:14 PM by asoldano

    Webservice client over SSL

      Hello,

      I want to call a webservice over ssl using jbossws. I am able to do it by setting the following properties for the jvm :

      -Djavax.net.ssl.keyStore=mykeystore.jks
      -Djavax.net.ssl.keyStorePassword=password
      
      


      I want to avoid this kind of configuration and assign a different keystore for every different client.

      Do you have any clue on the way to do that ?

      Thanks a lot.