ORA-06512: at "SYS.UTL_HTTP" ORA-29024: Certificate Validation Failure Testing Database Wallet
(Doc ID 2523135.1)
Last updated on NOVEMBER 07, 2024
Applies to:
Oracle E-Business Suite Technology Stack - Version 12.1.3 to 12.1.3 [Release 12.1]Information in this document applies to any platform.
Symptoms
On : 12.1.3 version, Advanced Configurations
When attempting to test that the wallet is properly set up and accessible, log into SQLPLUS as the apps user and execute the following, we are getting the error:
SQL>select utl_http.request('[address to access]', '[proxy address]', 'file:[full path to wallet directory]', null) from dual;
ERROR
-----------------------
*
ERROR at line 1:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1720
ORA-29024: Certificate validation failure
ORA-06512: at line 1
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. We have followed note 376700.1 to create the database wallet as part of implementing SHA2 in EBS.
2. select utl_http.request('[address to access]', '[proxy address]', 'file:[full path to wallet directory]', null) from dual;
Changes
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 |
Changes |
Cause |
Solution |
References |