cancel
Showing results for 
Search instead for 
Did you mean: 

Server error " sun.security.validator.ValidatorException: PKIX path building failed" while requesting a gateway service.

0 Kudos

Hi,

     I am calling a sap gateway service form UI5 application. The service is coming from one of the internal sap systems.

Its actually an https link.

          1. Initially i was facing 'same origin policy' issue.

          2. To resolve that I checked UI5 documentation then maintained 'Simple Proxy servlet' settings in my web.xml file.

          3. After adding those settings I was facing 'SSL handshake failure' error.

          4. To resolve that I exported a CA certificate from SAP system and imported it into java keystore.

          5. But still I am facing the SSL handshake issue.

I am stuck with this problem for one week. Please somebody help me solve this issue.

Regards,

Siva

Accepted Solutions (0)

Answers (1)

Answers (1)

michal_keidar
Active Contributor
0 Kudos

Hi,

Is the JAVA_HOME configured in your eclipse.ini file?