Skip to Main Content

Infrastructure Software

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!

Letsencrypt and Oracle Autonomous Database

Souleman DEMBELEJul 17 2025

Hi,

I'm using Oracle Autonomous Database and I need to use a REST API provided by Spring Boot app behind a virtual machine. The SSL certificate is provided by Letsencrypt. When I try to use the REST services, I get an http error.

With Postman, everything works fine. Does this mean that Oracle ATP can’t use the Letsencrypt-secured resources ?

Is there a solution with this configuration ? As we know, we can import certificates on ATP.

Here is the error stack

ORA-29273: HTTP request failed

ORA-06512: à "SYS.UTL_HTTP", ligne 1594

ORA-01031: insufficient privileges

There is no more detail in : select UTL_HTTP.GET_DETAILED_SQLERRM from dual;

Exception in "begin_request":
Error Stack: ORA-29273: échec de demande HTTP
ORA-01031: privilèges insuffisants
ORA-06512: à "SYS.UTL_HTTP", ligne 380
ORA-06512: à "SYS.UTL_HTTP", ligne 1189 Backtrace:
ORA-06512: à "SYS.UTL_HTTP", ligne 380
ORA-06512: à "SYS.UTL_HTTP", ligne 1189
ORA-06512: à "APEX_240200.WWV_FLOW_WEB_SERVICES_INVOKER", ligne 598

Comments
Post Details
Added on Jul 17 2025
0 comments
37 views