Steps for 2-way SSL enable to access url with UTL_HTTPS
(Doc ID 2973716.1)
Last updated on JULY 20, 2024
Applies to:
Advanced Networking Option - Version 19.18.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
Getting below error when CT is using 2-way SSL enable where as they can run the utl_http request with certificate shared by web server .
> SELECT UTL_HTTP.request (
'https://xxxxx.xxx',
NULL,
'file:/oracle/product/19.0.0/owm/wallet',
'xxxxxxxxx')
FROM DUAL; 2 3 4 5 6
SELECT UTL_HTTP.request (
*
ERROR at line 1:
ORA-29273: HTTP request failed
ORA-06512: at "SYS.UTL_HTTP", line 1530
ORA-28860: Fatal SSL error
ORA-06512: at "SYS.UTL_HTTP", line 380
ORA-06512: at "SYS.UTL_HTTP", line 1470
ORA-06512: at line 1
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 |