You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2007/07/10 16:48:36 UTC

[Ws Wiki] Update of "FrontPage/Axis/AxisClientConfiguration/Ssl" by RichardUnger

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: general-unsubscribe@ws.apache.org
For additional commands, e-mail: general-help@ws.apache.org