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 19 EPG and HTTPS

boketiMar 16 2022

Hello everyone,
I've configured a Apex 19 using EPG running in a pdb using Oracle 21C
Everything is working using HTTP.
I'd like to configure Apex to use HTTPS using an SSL certificate (Not Self Signed).
I disabled the HTTP Port & set the HTTPS port
exec DBMS_XDB_CONFIG.SETHTTPSPORT(8086);
exec DBMS_XDB_CONFIG.SETFTPPORT(0);
I also defined a wallet using OWM and imported in to the wallet my SSL Certificate
I defined my wallet to sqlnet.ora and the listener.ora files
I can access APEX using https however APEX is not using my wallet but is using the xdb_wallet with the self signed ssl certificate. What is going wrong.
Q: How I tell Oracle/Apex Not to use the xdb_wallet

TIA

Boketi

This post has been answered by jariola on Mar 17 2022
Jump to Answer
Comments
Post Details
Added on Mar 16 2022
3 comments
360 views