Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by CharlesWicksteed:
http://wiki.apache.org/ws/FrontPage/Axis/AxisClientConfiguration/SSLConfig

The comment on the change is:
Add warning about caching of socket factory instances

------------------------------------------------------------------------------
  '''How do I select a client certificate for SSL at run time?'''
+ 
+ /!\ Note that the {{{SocketFactoryFactory}}} class caches socket factory 
instances, which stops this working if you really want to change the 
configuration on the fly.  I am using a modified version of 
{{{SocketFactoryFactory}}} with the caching removed (with a performance hit).  
But I hope this code may be useful anyway.
  
  If you want more control over the configuration of [:../Ssl:Axis client SSL], 
you can use {{{SunJSSESocketFactory}}} as the secure socket factory.  
{{{SunJSSESocketFactory}}} is a sub-class of {{{JSSESocketFactory}}}.  To tell 
Axis to use this class, create in your classpath, under 
{{{META-INF/services/}}} a file called 
{{{org.apache.axis.components.net.SecureSocketFactory}}} with the content :
  {{{

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to