I have a web application that call a SOAP Web service secured via SSL .(https://zzzzzzzzzzzz/xxxxx
).
The server send two certificates (Root and Leaf) s
I test a million websphere configuration .
The only procedure that work is the procedure described in this link :
http://blog.xebia.com/2012/10/01/mutual-ssl-authentication-using-websphere-application-server-and-cxf/
By defining the cxf intercpter :
For more details , please see :
https://github.com/vlussenburg/websphere-cxf-extensions#websphere-cxf-extensions
Thanks a lot for your helps guys .