My Oracle Support Banner

Call to UTL_HTTP.REQUEST Passing a URL that Requires HTTPS Fails With: ORA-29024: Certificate validation failure (Doc ID 2085618.1)

Last updated on JUNE 02, 2023

Applies to:

Oracle Payments - Version 12.2.4 and later
Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.2.0.4 [Release 10.1 to 11.2]
Gen 1 Exadata Cloud at Customer (Oracle Exadata Database Cloud Machine) - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

Getting the error while trying to test the connection.

 

variable wallet_loc varchar2(300);
exec begin :wallet_loc := iby_netutils_pvt.path_to_url('value_of_FND_DB_WALLET_DIR'); end;
select utl_http.request('value_of_IBY_ECAPP_URL', null, :wallet_loc, null) from dual;



ERROR at line 1:
ORA-29273: HTTP request failed
ORA-29024: Certificate validation failure
ORA-06512: at "SYS.UTL_HTTP", line 1491
ORA-06512: at line 1

Or...

ORA-28788: user provided invalid information, or an unknown error

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.