This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Web Application SSL Certification

Hello,

I have been working on a web application that retrieves data from solarwinds.

In more details i have made three scenarios:

1. Web Application executed via eclipse and tomcat works

2. Standalone java application executed works

3. Deployed web application executed via tomcat produces the following error:

Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Also fyi I have set the following parameter: AxisProperties.setProperty("axis.socketSecureFactory","org.apache.axis.components.net.SunFakeTrustSocketFactory");

After doing some research, this weird issue has to do with ssl certification but until now i have not found a solution.

So any ideas would be great!

Best Regards...