我的应用程序主页运行是本地URL但是当我执行涉及搜索按钮并点击QA URL的操作时,它会给我结果但是当我点击结果时我无法打开页面,它抛出异常 org.springframework.web.client.ResourceAccessException:对“https://qlentweb02.aaa-acg.net/los/aaa/application/5156”的GET请求的I / O错误:com.ibm.jsse2.util.j:PKIX路径构建失败:java.security.cert.CertPathBuilderException:PKIXCertPathBuilderImpl无法构建有效的CertPath。内因是: java.security.cert.CertPathValidatorException:CN = ACG-CA颁发的证书不受信任;内因是: java.security.cert.CertPathValidatorException:证书链错误;嵌套异常是javax.net.ssl.SSLHandshakeException:com.ibm.jsse2.util.j:PKIX路径构建失败:java.security.cert.CertPathBuilderException:PKIXCertPathBuilderImpl无法构建有效的CertPath。内因是: java.security.cert.CertPathValidatorException:CN = ACG-CA颁发的证书不受信任;内因是: java.security.cert.CertPathValidatorException:证书链错误 在com.acg.admin.controller.LosAutoAdminController.getUpdatedApplicantData(LosAutoAdminController.java:305) 在com.acg.admin.controller.LosAutoAdminController $$ FastClassBySpringCGLIB $$ c4f30fa9.invoke() 在org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
引起:org.springframework.web.client.ResourceAccessException:对“https://qlentweb02.aaa-acg.net/los/aaa/application/5156”的GET请求发生I / O错误:com.ibm.jsse2.util.j:PKIX路径构建失败:java.security .cert.CertPathBuilderException:PKIXCertPathBuilderImpl无法构建有效的CertPath。内因是: java.security.cert.CertPathValidatorException:CN = ACG-CA颁发的证书不受信任;内因是: java.security.cert.CertPathValidatorException:证书链错误;嵌套异常是javax.net.ssl.SSLHandshakeException:com.ibm.jsse2.util.j:PKIX路径构建失败:java.security.cert.CertPathBuilderException:PKIXCertPathBuilderImpl无法构建有效的CertPath。内因是: java.security.cert.CertPathValidatorException:CN = ACG-CA颁发的证书不受信任;内因是: java.security.cert.CertPathValidatorException:证书链错误 在org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:576) 在org.springframework.web.client.RestTemplate.execute(RestTemplate.java:521) 在org.springframework.web.client.RestTemplate.getForObject(RestTemplate.java:228) 在com.acg.admin.controller.LosAutoAdminController.getUpdatedApplicantData(LosAutoAdminController.java:172)
引起:javax.net.ssl.SSLHandshakeException:com.ibm.jsse2.util.j:PKIX路径构建失败:java.security.cert.CertPathBuilderException:PKIXCertPathBuilderImpl无法构建有效的CertPath。内因是: java.security.cert.CertPathValidatorException:CN = ACG-CA颁发的证书不受信任;内因是: java.security.cert.CertPathValidatorException:证书链错误 在com.ibm.jsse2.o.a(o.java:19) 在com.ibm.jsse2.SSLSocketImpl.a(SSLSocketImpl.java:689) 在com.ibm.jsse2.kb.a(kb.java:271) 在com.ibm.jsse2.kb.a(kb.java:516) 在com.ibm.jsse2.lb.a(lb.java:59) 在com.ibm.jsse2.lb.a(lb.java:274) 在com.ibm.jsse2.kb.s(kb.java:167) 在com.ibm.jsse2.kb.a(kb.java:484) 在com.ibm.jsse2.SSLSocketImpl.a(SSLSocketImpl.java:686) 在com.ibm.jsse2.SSLSocketImpl.h(SSLSocketImpl.java:704) 在com.ibm.jsse2.SSLSocketImpl.a(SSLSocketImpl.java:12) 在com.ibm.jsse2.SSLSocketImpl.startHandshake(SSLSocketImpl.java:498) 在com.ibm.net.ssl.www2.protocol.https.c.afterConnect(c.java:59) 在com.ibm.net.ssl.www2.protocol.https.d.connect(d.java:31)
我查看了网络球体配置,但看起来我已经完成了所有必需的配置,可能出现了什么问题?
此外,它在尝试点击URL时给我一个例外,但当我在soap UI中测试相同的URL时,我得到了响应。
请协助。