Table of contents
Back to list

How to fix pkix path building error

Issue

When you run Rapid Build (Build) validation against E-Business Suite instance with SSL enabled and the error below appears:

01

Cause

You enabled SSL on your E-Business Suite instance by self-signed certificate but JRE for Build does not have your self-signed root certificate imported yet (if you installing Build by ".exe" setup file then you will get Build that also has bundled JRE, therefore you will also needed to import self-signed root certificate to the bundled JRE).

Solution

Import certificate to build bundled JRE

Note: If you’re using separate JRE, procedure should also be applicable

  1. Obtain and transfer self-signed root certificate (ca.crt) to the machine where Build has been installed. Example of how to create our own digital certificate steps here
  2. Navigate to the "\jre32\lib\security" which there should be files structure as below. By default Rapid Client installation with ".exe" build should be installed into "C:\RES\client"
    Type cd C:\RES\client\jre32\lib\security 02
  3. Run import command keytool -import -alias OHSRootCA -file path-to-ca.crt -trustcacerts -v -keystore cacerts.
    When prompted "Enter the keystore password:" enter your keystore password. (By default, the password is "changeit" without quotes).
    When prompted "Trust this certificate? [no]:" please answer "Yes"
    03

Install CA certificate to Internet Explorer

Launch Internet Explorer and navigate to https://, then Click Continue to this website (not recommended).

04

Click Certificate Error the Untrusted Certificate popup will appear, then click View certificates

05

Select Certification Path”** tab and click View Certificate.

06

Click on Install Certificate....

07

Click on Next.

08

Click on Next.

09

Click on Finish.

10

Answer Yes when prompted on Security Warning.

11

Issue should now be resolved.

Back to list