JDeveloper with SSL/HTTPS on Mac OS X
Hi,
I am running Mac OS X 10.8.2 and JDeveloper 11.1.2.1.
My web application redirect users from http to https. When running my application on the integrated server, Safari give the error: "Safari can't establish a secure connection to the server". Chrome says: "Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL-protocolerror".
I can use my Mac to access my application when it's running on a Weblogic server running on Oracle Linux.
The console for the integrated server is also only accessible with http, and not https.
Anyone know how to fix this?
A alternative solution would be to disable the http -> https redirect when I use the integrated server. (Without having to change the settings manually before i deploy, cause that will eventually fail ;)) Hope to avoid this last option.
Thanks in advance.
- Thomas H