[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Error: rbv_api.sendHttpGet request (unable to find valid certification path to requeste

  • Thread starter Thread starter Srinivas Panyala
  • Start date Start date
Status
Not open for further replies.
S

Srinivas Panyala

Guest
Hi Jorrit, Please follow the below steps to import the certificate file . Download the attached certificate file (I downloaded from the browser) Copy to C:\Program Files\Java\jdk1.8.0_201\jre\lib\security folder Open a command prompt (Run as administrator). Navigate to C:\Windows\System32. Right click on cmd.exe -> Run as Administrator Change directory to the jre\bin folder. cd C:\Program Files\Java\jdk1.8.0_201\jre\bin Execute the following command keytool -import -trustcacerts -keystore "C:\Program Files\Java\jdk1.8.0_201\jre\lib\security\cacerts" -storepass changeit -noprompt -alias mycert -file "C:\Program Files\Java\jdk1.8.0_201\jre\lib\security\fobocloud.cer" Now execute the below code in object script trigger. var url = " ultra.fobocloud.com/.../vehicle var result = rbv_api.sendHttpGet(url); rbv_api.print(result); Please let me know if you face any issue. Thanks Srinivas

Continue reading...
 
Status
Not open for further replies.
Back
Top