service - javax.net.ssl.SSLHandshakeException error -


in our application use https service url service other vendor. share 1 server. server interacts service url , gets information. in of other systems service able called successful requests , responses server service url.

in system following error showing.

i think because of browser settings need in order invoke request successfully..

can suggest on this..

org.apache.axis2.axisfault: javax.net.ssl.sslhandshakeexception: com.ibm.jsse2.util.h: pkix path building failed: java.security.cert.certpathbuilderexception: pkixcertpathbuilderimpl not build valid certpath.; internal cause is:          java.security.cert.certpathvalidatorexception: certificate issued  java.security.cert.certpathvalidatorexception: certificate chaining error     @ org.apache.axis2.axisfault.makefault(axisfault.java:430)     @ org.apache.axis2.transport.http.soapmessageformatter.writeto(soapmessageformatter.java:83)     @ org.apache.axis2.transport.http.axisrequestentity.writerequest(axisrequestentity.java:84)     @ org.apache.commons.httpclient.methods.entityenclosingmethod.writerequestbody(entityenclosingmethod.java:499)     @ org.apache.commons.httpclient.httpmethodbase.writerequest(httpmethodbase.java:2114)     @ org.apache.commons.httpclient.httpmethodbase.execute(httpmethodbase.java:1096)     @ org.apache.commons.httpclient.httpmethoddirector.executewithretry(httpmethoddirector.java:398)     @ org.apache.commons.httpclient.httpmethoddirector.executemethod(httpmethoddirector.java:171)     @ org.apache.commons.httpclient.httpclient.executemethod(httpclient.java:397)     @ org.apache.commons.httpclient.httpclient.executemethod(httpclient.java:346) 

your truststore not built. please verify truststore has intermediate , root ca certs have signed server certificate.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -