Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

UTL_HTTP with Proxy

Hi

I came across a strange situation where I'm able to successfully make a GET request using UTL_HTTP from an Oracle 19c database to the endpoint https://remotesigning-prod.emudhra.com/, even though no SSL certificate is installed in the database wallet. The request returns a 200 OK response, likely because the domain is whitelisted by the internal proxy.

However, when I try to make a GET request to https://emudhra.com/, I receive an ORA-29024: Certificate validation failure error. I'm unsure why this is happening, especially since the domain itself is also whitelisted. Could there be another firewall or network layer that overrides the proxy whitelisting? Are there any specific firewall or networking configurations I should verify?

Thanks & Regards,

Aizat Ramli

Comments
Post Details
Added on May 21 2025
0 comments
66 views