SSL port 4443 to be removed.
593325Dec 30 2009 — edited Feb 11 2010Hi,
I am able to configure SSL for SOA 11g using Oracle HTTP Server 11g(standalone).
The application is running fine while specifying the SSL port in the URL from the browser.
I just need to know what needs to be done so that one donot have to give the SSL port
in the URL while accessing the application.
For ex:
If the application access URL is
https://sample:4443/login.do
What needs to be done to access the same application as
https://sample/login.do
I tried changing the SSL port to 443 but then the HTTP server is not starting up.
Can anyone provide me in details what needs to be done?
Thanks in advance