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 RichardUnger:
http://wiki.apache.org/ws/FrontPage/Axis/AxisClientConfiguration/Ssl

------------------------------------------------------------------------------
  The JSSE configuration parameters are described 
[http://java.sun.com/j2se/1.5.0/docs/guide/security/jsse/JSSERefGuide.html#InstallationAndCustomization
 here]. Major properties are {{{javax.net.ssl.keyStore}}} (location of the 
keystore) and {{{javax.net.ssl.keyStorePassword}}} (password of the keystore).
  
  To import a server certificate in your keystore, use jdk's built-in keytool 
as described 
[http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/keytool.html#importCmd 
here] or use a WYSIWYG tool like [http://alphaworks.ibm.com/tech/keyman KeyMan].
+ 
+ '''SunJSSE!SocketFactory'''
+ 
+ Using the SunJSSESocketFactory allows more flexible configuration from Axis. 
Use this when using client certificates for authentication.
+ 
+ To use multiple different client certificates within the same client, some 
trickery is necessary. See [["FrontPage/Axis/DynamicSSLConfig"]] for more 
information on how to set this up.
  
  '''Sun``Fake``Trust``Socket``Factory'''
  

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

Reply via email to