无法找到所请求目标的有效证书路径,甚至导入的证书

时间:2016-09-29 09:43:49

标签: java ssl

我知道有很多"无法找到要求目标的有效认证路径" SOF中的主题已经存在,但我的问题是即使我在我的java文件夹中更新了我的cacert后仍然会出现错误。

为了确保我已导入证书,cmd向我展示了这一点。

"Certificate was added to keystore"

不仅如此,我仍然不相信cmd显示的是什么,然后我使用了keytool -list -keystore" certpath" -alias myKey

然后结果是预期的

"myKey, Sep 29, 2016, trustedCertEntry, Certificate fingerprint (SHA1): and random code going here

这是我从Netbeans获得的错误消息。

java.lang.RuntimeException: 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
at com.novell.soa.ws.impl.transport.http.Http.post(Http.java:438)
at com.novell.soa.ws.impl.transport.http.HttpEndPoint.invoke(HttpEndPoint.java:195)
at com.novell.soa.ws.impl.soap.MessageHandlerInvoker.invokeClientMessageHandlers(MessageHandlerInvoker.java:106)
at com.novell.soa.ws.impl.soap.SOAPHandler.invoke(SOAPHandler.java:244)
at com.novell.soa.ws.impl.rpc.ClientDelegateImpl.invoke(ClientDelegateImpl.java:194)
at com.novell.soa.ws.portable.Stub._invoke(Stub.java:614)
at com.novell.soa.af.impl.soap.ProvisioningBinding_Stub.getAllProcesses(ProvisioningBinding_Stub.java:58)
at com.asia.xynapse.gateway.xpass.maxis.MobileGatewayWS.RequestQuery(MobileGatewayWS.java:337)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

以及更多......

我真的希望解决这些问题。我不知道发生了什么,因为我已经导入了我在网上搜索的内容。

0 个答案:

没有答案