Database Utilities (MOSC)

MOSC Banner

Getting "ORA-29024: Certificate validation failure" error while using UTL_HTTP.begin_request functio

edited Oct 2, 2016 5:00AM in Database Utilities (MOSC) 2 commentsAnswered

Hi All,

I am getting "ORA-29024: Certificate validation failure" error while using UTL_HTTP.begin_request function in EBS database v11.2.0.4.0. below is the code I used. (masked actual data with xxxxx in some places)

This is first time we are using this function. Let me know if any setups are required.

Code:

DECLARE

v_http_req utl_http.req;

BEGIN

dbms_output.put_line('Start..');

v_http_req := UTL_HTTP.begin_request('https://xxxxxxxxx.bigmachines.com' ,'POST' ,'HTTP/1.1');

dbms_output.put_line('End..');

EXCEPTION

WHEN OTHERS THEN

dbms_output.put_line('Error: '||SQLERRM);

END;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center