Java NoSuchAlgorithmException - SunJSSE, sun.security.ssl.SSLContextImpl$DefaultSSLContext

前端 未结 3 1382

Background

I have been using the Authorize.net SDK in an Eclipse project of it\'s own. Everything was working great. I then needed to add it to my m

3条回答
  •  旧巷少年郎
    2020-12-18 18:38

    I had the similar issue. The problem was in the passwords: the Keystore and private key used different passwords. (KeyStore explorer was used)

    After creating Keystore with the same password as private key had the issue was resolved.

提交回复
热议问题