Certificate Validation Failure
Friday, April 24, 2020 at 06:17amGetting the below error for the url path- https://sandbox.esignlive.com/api/packages , https://apps.esignlive.com.au/api/packages.
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-29024: Certificate validation failure
Earlier the integration code was running fine for both the url's. The certifcate screenshot is attached for your reference.
Reply to: Certificate Validation Failure
Friday, April 24, 2020 at 08:54amHi Tejaswi,
As per this documentation: "On April 14th, 2020, the *esignlive.com Certificate will expire.", so you need to re-download the certificates from each environments and redeploy them to your application.
Duo
Reply to: Hi Tejaswi, As per this…
Saturday, April 25, 2020 at 07:16amHi Duo,
The certificate extension in documentation is .cer. Previous certificate was of .crt extension.
Can the certificate be changedto .crt?
Reply to: Certificate Validation Failure
Tuesday, April 28, 2020 at 10:53amHi Tejaswi,
We can raise a support ticket asking R&D team to provide a ".crt" extension leaf certificate, or you can simply download the certificate of the CA from Global Sign official website, download link as below:
http://secure.globalsign.com/cacert/gsrsadvsslca2018.crt
BTW just for your reference, when I create an Oracle wallet on a Window machine, I can directly import ".cer" file like below:
orapki wallet add -wallet C:\...\wallet2 -trusted_cert -cert "C:\...\ossroot.cer" -pwd WalletPasswd123
Duo