« Return to Thread: AXIS - dynamically choosing the client certificate for SSL Authentication.

AXIS - dynamically choosing the client certificate for SSL Authentication.

by Prasad Morkar-2 :: Rate this Message:

| View in Thread

Hi!
 

I check the link http://wiki.apache.org/ws/FrontPage/Axis/DynamicSSLConfig for how to dynamically choosing the client certificate used for SSL Authentication from an Axis Client.

And I used it in my code to call different web services with diff Certificates,

But some of my web service uses proxy server and some don’t.
  I set the port and host before calll to webservice that uses proxy
  System.setPropert(“”http.proxtHost”,”xx”)
  System.setPropert(“”http.proxtPort”,”xxxxx”)
  And I removed the  properties for the webservice call which doen’t require proxy
  System.getProperties().remove(“http.proxyHost”);
  System.getProperties().remove(“http.proxyPort”);
  But this is not working. Can you guide me on this?
   
   
  Thanks and Regards
  Prasad Morkar

       
---------------------------------
 Did you know? You can CHAT without downloading messenger.  Click here

 « Return to Thread: AXIS - dynamically choosing the client certificate for SSL Authentication.