You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oracle 12cR2 introduced a new parameter to utl_http.begin_request, called https_host, for when the URL and the SSL certificate do not match. Using the packages as they are now raises ORA-24263: Certificate of the remote server does not match the target address. There's currently no way to specify https_host for these packages.
I'm guessing this would need some sort of conditional compilation, since the function declaration in utl_http is different.
See also Doc ID 2275666.1 on Oracle Support.
The text was updated successfully, but these errors were encountered:
Oracle 12cR2 introduced a new parameter to utl_http.begin_request, called https_host, for when the URL and the SSL certificate do not match. Using the packages as they are now raises ORA-24263: Certificate of the remote server does not match the target address. There's currently no way to specify https_host for these packages.
I'm guessing this would need some sort of conditional compilation, since the function declaration in utl_http is different.
See also Doc ID 2275666.1 on Oracle Support.
The text was updated successfully, but these errors were encountered: