Microsoft
Software
Hardware
Network
Question : APEX Applications using SSL
Hi All,
I want to know if its possible to run some apex applications under SSL (https) and some normal (http). Normally on something like apache you specify different virtual directories and ther eyou san sepcify if it's ssl or normal.
Apex however is running from one place only so I'm not sure how it would be possible to separate the two.
What I want is something like:
http://www.mysite.com
with the main page and some basic apex app then when people go into their account (will be a separate apex app) they do so using secure connections
https://secure.mysite.com
or even
https://www.mysite.co
if that's easier.
I'm guessing it might be possible if I install apache to handle the http requests.
Could someone please give me an indication if this is possible and if so how?
Note: I would be using CentOS Linux and Oracle XE for this exercise.
Thanks
Peter
Answer : APEX Applications using SSL
It's certainly possible, although you might run into unexpected difficulties due to using Oracle XE.
Check out this link:
http://davidghedini.blogsp
ot.com/200
9/02/https
-for-oracl
e-
applicat
ion-expres
s-on.html
An older post, but still very useful:
http://c2anton.blogspot.co
m/2006/10/
setting-up
-ssl-for-
a
pplication
-express.h
tml
Random Solutions
livehttpheaders.mozdev.org
legitimate site or not?
Summing values based concatenated date and variable
C++ Speed Versus Java
Powershell script to export info from AD
In an SQL Server Stored Procedure, how do I declare a cursor using a Where clause passed in as a parameter?
Insert Statement using values and select subquery
Hide/show button depending of if textbox has text or not with jQuery?
How can I have multiple buttons in HTML that POST to PHP?
Copy & paste document in a view
Thread to monitor a queue, remove identical events like AWT does with multiple repaint requests