java.lang.Exception: Public keys in reply and keystore don't match

前端 未结 7 1455
既然无缘
既然无缘 2020-12-14 04:14

I have to access a webservice hosted at port 443.Service provider has shared three certificate with us.

  1. ABCD.cer
  2. CA_Certificate.cer
  3. CCA_Certi
7条回答
  •  温柔的废话
    2020-12-14 04:48

    The issue here is the alias you used while importing the certificate which is similar to the one you used while creating the JKS store. Just change the alias and it will solve your issue. The source document [1] needs to be corrected accordingly.

    [1] http://docs.oracle.com/cd/E19509-01/820-3503/ggfgo/index.html

提交回复
热议问题