Thursday, 15 November 2012

Oracle HTTP server with Weblogic 10.3.4 with SSL



Issue:
First page will be HTTPS (because it will be entered in the browser as https)
Once the application page loads it will go to HTTP which is not secured page.
If we add S to HTTP, the page loads fine and probably works also.
Reason:
      It is issue with Web-logic version 10.3.4, which is by-default does not recognizing the “WL-Proxy-SSL” and hence Oracle HTTP server was not getting proper response.
                                                                                                                                                  
Solution:
      Enabling the Weblogic Plugin Enabled parameter from (Weblogic Console) the “Domain_Name --> Configuration Tab --> Web Applications Sub Tab”

No comments:

Post a Comment