Fatal SSL Error when calling web service in oracle apex
Summary
Fatal SSL Error when calling web service in oracle apexContent
I am trying to call a web service in my oracle apex cloud but I am getting HTTPS/SSL certificate error.
Please guide me how i can fix this issue in oracle apex cloud
CODE
select apex_web_service.make_rest_request(
p_url => 'https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.geojson',
p_http_method => 'GET' ) from dual;
ERROR
ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1130 ORA-28860: Fatal SSL errorORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1130 ORA-28860: Fatal SSL error
0