Caused by: java.security.UnrecoverableKeyException: Cannot recover key

后端 未结 5 908
名媛妹妹
名媛妹妹 2020-11-28 23:03

I am supplied with a jks keystore named ABCC_client.store. When I import this keystore to cacerts and try connecting it says No such Algorithm error. PFA the stacktrace

5条回答
  •  佛祖请我去吃肉
    2020-11-28 23:35

    I had the same error when we imported a key into a keystore that was build using a 64bit OpenSSL Version. When we followed the same procedure to import the key into a keystore that was build using a 32 bit OpenSSL version everything went fine.

提交回复
热议问题