We have an issue when using SSL. Initially everything is fine, but eventually our axis2 client gets the following exception sending a message to the server over the CommonsHTTPTransportSender:
org.apache.axis2.AxisFault: sun.security.validator.ValidatorException: PKIX path building failed: java.security.cert.CertPathBuilderException: unable to find certificate chain Caused by: java.security.cert.CertPathBuilderException: unable to find certificate chain at org.bouncycastle.jce.provider.PKIXCertPathBuilderSpi.engineBuild(Unknown Source) at java.security.cert.CertPathBuilder.build(Unknown Source) Once the client hits this exception we have to restart the application, then everything is fine for a while. Any help will be appreciated. Thanks, ~T -- View this message in context: http://www.nabble.com/Axis2-1.3-issue-with-SSL---unable-to-find-certificate-chain-tp22804954p22804954.html Sent from the Axis - User mailing list archive at Nabble.com.
