You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Fatal SSL Error when calling web service in oracle apex

edited Jun 24, 2019 12:36PM in Database 1 comment

Summary

Fatal SSL Error when calling web service in oracle apex

Content

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!