Oracle‎ > ‎Misc‎ > ‎

EASConsole HTTPS

Long Running EAS Web Console issue, Launching the JNLP file over SSL causes it to redirect to http.

Fix:
1. Log into the WebLogic Admin Console, then put WL into lock/edit mode.
2. On the left side, select the top level branch named epm_system.
3. Select Web Applications on the right.
4. Scroll down and enable WebLogic Plugin Enabled, then save and activate changes.
5. On all http servers, edit the httpd.conf file and add the following line to the bottom:
WLProxySSL ON
6. Save the httpd.conf.
7. Restart all services.

Comments