Skip to Main Content

APEX

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!

APEX REST Enabled SQL without https

mpatzwahlJun 6 2023

Hi,

i have APEX 23.1, ORDS 23.1.3 and would like to test the REST Enabled SQL Feature on my testmachine.

The doc says https is mandatory except you set

<entry key="security.verifySSL">false</entry>

in the pool.xml

But i got a error …

"code": "Forbidden",
    "title": "Forbidden",
    "message": "Auf diese Ressource darf nur über HTTPS zugegriffen werden. Auf sie wurde über HTTP inkorrekt zugegriffen",
    
 

This means in english: Acces only allowed via https

https also does not work (i think cause i have no root certificate on my local machine)

Any ideas ?

Thanks, Marco

Comments
Post Details
Added on Jun 6 2023
3 comments
697 views