certificate not trusted by Websphere

前端 未结 6 1250
谎友^
谎友^ 2021-01-12 02:58

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

6条回答
  •  不要未来只要你来
    2021-01-12 03:35

    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 .

提交回复
热议问题