954,561 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

issue in https based web service certificate

Hi all
i am new to web service.I am getting this exception on my server which is RHEL 5.5

error Failed to access the WSDL at: https://172.30.17.141:5010/SecureWebService/ActiveCampaignDetailsSecure?wsdl . It failed with:

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

I have imported the certificate but still getting the same error.while all other server(RHEL 5.2) with same certificate are running ok.

I have read wsdl is platform independent and java is also.
so what can be issue.Please suggest.Thanks

manish250
Junior Poster in Training
88 posts since Aug 2008
Reputation Points: 10
Solved Threads: 1
 

the problem is solved.It is the java path problem.when i use java -version it shows the openjdk instead of sun jdk.so i just added path to bin of sun jdk in my bash profile.Because i have installed the certificate in cacerts of sun jdk not openjdk.

Hi all i am new to web service.I am getting this exception on my server which is RHEL 5.5

error Failed to access the WSDL at: https://172.30.17.141:5010/SecureWebService/ActiveCampaignDetailsSecure?wsdl . It failed with: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.

I have imported the certificate but still getting the same error.while all other server(RHEL 5.2) with same certificate are running ok.

I have read wsdl is platform independent and java is also. so what can be issue.Please suggest.Thanks

manish250
Junior Poster in Training
88 posts since Aug 2008
Reputation Points: 10
Solved Threads: 1
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: