UTL_HTTP, Wallet, https:\\remote.site.com in 12c database
I hope this is the right place to post. We are in oracle EBS 11.5.10.2 . We have a custom package generate a XML file , use oracle Wallet, send the URL request to external site ( https://xxxx ) through proxy then receive response from the external site then continue the rest of the package. Our database version is 10.2.0.5. The external site is using SHA256 encryption on the certificates, and support TLS1.2
We are in the project to upgrade to Oracle EBS 12.2 and database 12c. However, the package is no longer work I think I really missing something important in here. Maybe the logic of wallet or utl_http is change in 12c. need some help!