certificate not trusted by Websphere

前端 未结 6 1253
谎友^
谎友^ 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条回答
  •  Happy的楠姐
    2021-01-12 03:52

    You should add all certificate chain in your configuration. Usually certificate has at least root certificate of Authorization Center or chain similar certificates.

    WAS requires signed certificate by default.

提交回复
热议问题