UTL_HTTP: ORA-28860: Fatal SSL error
Dears,
I have an issue with calling a web service from the database (12.1.0.2).
I am using the command:
SELECT utl_http.request('https://<Your Access URL Link>',NULL,'file:<WALLET_PATH>','<WALLET_PASSWORD>') from dual;
then I am getting the below error:
ORA-29273: HTTP request failed
ORA-28860: Fatal SSL error
ORA-06512: at "SYS.UTL_HTTP", line 1491
ORA-06512: at line 1