UTL_HTTP Reproduces ORA-29263 When Accessing HTTPS Side in 11.2
(Doc ID 1396586.1)
Last updated on SEPTEMBER 04, 2023
Applies to:
PL/SQL - Version 11.2.0.2 to 11.2.0.3 [Release 11.2]Information in this document applies to any platform.
Symptoms
1) Trying to access HTTPS site using UTL_HTTP package and its failing with "ORA-29263: HTTP protocol error" (OR) in some case ORA-24247.
The most prevalent symptom occurs when using UTL_HTTP.REQUEST in 11.2 for accessing a secured HTTP site which result in ORA-29263.
There have even been cases of the ORA-24247 error below even though the ACL was granted:
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.UTL_HTTP", line 1472
2) It worked fine with UTL_HTTP in 11.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 |