I think so, but perhaps our documentation[1] is not as strong as it should be. The TLSParameterBase[2], which is the superclass of TLSClientParameters explained in [1] and TLSServerParameters[3] for the service provider should be able to support what you need.
HTH, Glen [1] http://cwiki.apache.org/CXF20DOC/client-http-transport-including-ssl-support.html [2] https://svn.apache.org/repos/asf/cxf/trunk/api/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterBase.java [3] https://svn.apache.org/repos/asf/cxf/trunk/api/src/main/java/org/apache/cxf/configuration/jsse/TLSServerParameters.java 2008-04-24 adam_j_bradley wrote: > I've been struggling to work out if CXF supports mutual (certificate) > authentication. It would appear XFire had this sorted some time ago > http://xfire.codehaus.org/HTTP+Transport. > > Thanks in advance! > Adam
