HTTPS Access Using UTL_HTTP Fails with ORA-29024: Certificate validation failure After Upgrade To Oracle 12.1.0.2
(Doc ID 2006286.1)
Last updated on OCTOBER 22, 2021
Applies to:
Advanced Networking Option - Version 12.1.0.2 and laterOracle Database - Enterprise Edition - Version 12.1.0.2 and later
Information in this document applies to any platform.
Symptoms
On : 12.1.2.0.0 version, Oracle Wallet Manager
When attempting to utl_http in ssl mode
the following error occurs.
ERROR
-----------------------
ORA-29024: Certificate validation failure
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Create the wallet /opt/oracle/product/12.1.0/WALLETS/TEST
2. Put the Web Server certificates in the wallet
3. Configure ACL
4. Open an SQL session and exeucte this query:
select utl_http.request ('https://www.xxxxxxxxxxxxxxxxxxxxxxx.com/fileactdownload/marc.zip','http://proxy:8080','file:/opt/oracle/product/12.1.0/WALLETS/TEST/','XXXXX') from dual;
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 |