See keystore used by SSLFactory? Exception: “sun…certpath.SunCertPathBuilderException: unable to find valid certification path to requested target”
问题 Authorize.net updated their production certificates, and now our SSL code is generating the following exception: Exception javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target According to this blog post from Authorize.net, we need to install new root certs on our server. We did this, but the exception persists. So now