mortenbra / alexandria-plsql-utils

Oracle PL/SQL Utility Library
778 stars 316 forks source link

ntlm_http_pkg and ms_ews_util_pkg do not support https_host feature of 12c #47

Open eaolson opened 7 years ago

eaolson commented 7 years ago

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.