Topic: -com.wm.app.b2b.server.ServiceException: org.apache.axis2.AxisFault: Server certificate rejected by ChainVerifier at pub.clientimpl.wssClient(clientimpl.java:2922) at pub.clientimpl.soapClient(client
i'm getting below error
let me when this kind of error will come?
"com.wm.app.b2b.server.ServiceException: org.apache.axis2.AxisFault: Server certificate rejected by ChainVerifier
at pub.clientimpl.wssClient(clientimpl.java:2922)
at pub.clientimpl.soapClient(clientimpl.java:1303"
Did you install all chain of certificates properly in your trust store? (root, intermediate and server certificate) ; Check for the validity of the intermediate certificate with whom you're communicating. On the other hand, it can be because of the partner not installing these certs properly on their side.
Double click on ur current certs and see in it is there a chain of certs ...if so ask all those to ur external partner to provide....henceforth u can convert into pkcs format and deploy all at once .....all the best
Tomas
Hi guyz...
i'm getting below error
let me when this kind of error will come?
"com.wm.app.b2b.server.ServiceException: org.apache.axis2.AxisFault: Server certificate rejected by ChainVerifier
at pub.clientimpl.wssClient(clientimpl.java:2922)
at pub.clientimpl.soapClient(clientimpl.java:1303"
thankz in advanc
Ansari
Hello Tomasidn, are you communicating with any External Partner with certs?
Srinik
Did you install all chain of certificates properly in your trust store? (root, intermediate and server certificate) ; Check for the validity of the intermediate certificate with whom you're communicating. On the other hand, it can be because of the partner not installing these certs properly on their side.
Asadul
Double click on ur current certs and see in it is there a chain of certs ...if so ask all those to ur external partner to provide....henceforth u can convert into pkcs format and deploy all at once .....all the best
Srinik
Tomasidn Curious to check, how's this resolved?