Hi y'll
I have been working in this problem around 17 days.
My issue is the next:
In Apex I tryed to execute a procedure, that procedure make a call from APEX to FMW instance, but the output of the PL/SQL is the next:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1339
ORA-29261: bad argument
ORA-06512: at "APEX_190200.WWW_FLOW_WEB_SERVICES", line 1282
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1130
ORA-29024: Certificate validation failure
So, my URL of the APEX y HTTP: http://<IP_Address>:port/apex
And I run the same procedure in an APEX from an ADB and the procedure was succeed, the URL of the APEX (ADB) is HTTPS.
My question is, Do I need attach my public IP to a Hostname and then add the certificate of the domain to the server?
Thank you all.
Regards,
Siloe Andriano