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

前端 未结 7 1466
既然无缘
既然无缘 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:34

    In the 4 point (where you are getting error : keytool error: java.lang.Exception: Public keys in reply and keystore don't match) where you are importing the certificate, please change the alias. The alias should not be npci_client_testore as it is already used for alias of keystore.

提交回复
热议问题