Error while Importing public certificate to a keystore

前端 未结 4 1953
悲&欢浪女
悲&欢浪女 2020-12-17 19:20

I have a public certificate from a CA. I want to create a Java SSL connection using this certificate. I referred How can I use different certificates on specific connections

4条回答
  •  天命终不由人
    2020-12-17 19:56

    I faced the same problem while importing the SSL certificate in the keystore. In my case the certificate of the Root CA was missing from the chain. I exported the root certificate in a file and manually imported in the keystore.

提交回复
热议问题