I am using utl_http for integration with secure server.
I created the wallet and saved it under my file system. When I try to execute the below statement I get error saying
ORA-29273: HTTP request failed
ORA-28759: failure to open file
ORA-06512: at "SYS.UTL_HTTP", line 1491
SELECT utl_http.request('https://marquette-xx.coupahost.com', NULL,'file:C:\Users\guptas\Documents\Wallet',NULL) FROM dual;
I have permission for the wallet and I have checked Auto login option under Wallet. I am on Oracle 12c.
-Thanks,
Shamili