I'm not sure if this is the right place to place this question and I'm sorry if it's not.
I have apex version 4.2.4.00.08 with a 11g oracle db and the apex listener standalone.
How can I set, or what do I need to set a connection HTTPS to apex for external users?
My first thought was to create a reverse proxy on a apache server on the dmz to translate the link between the outside page and the standalone listener however this will not have the connection on full https to the db.
I have the idea to set an oracle http server (apache) on the same machine as the apex and set the connection like that, is this any good?
should I check the Oracle Data Rest Services?
Any help would be appreciated.
Thanks.