Configure F5 SSL for WebLogic Servers

In this scenario, SSL is offloaded in F5 appliance that load balances HTTP WebLogic Servers behind it. You might have experienced a situation that F5 has responded ‘http’ response for all ‘https’ requests from client browsers and the applications were not rendered properly.

In such case, here is a quick guide how to set this up.

Configure F5 Appliance:

  1. Navigate to Local Traffic > Profiles > Services > HTTP.
  2. Click Create to create an HTTP profile
  3. Specify Name for the HTTP profile.
  4. In the Parent Profile menu, select http.
  5. In the Request Header Insert box, type WL-Proxy-SSL: true
  6. In the Redirect Rewrite menu, select Matching.
  7. Click Finished.

Do not forget to attach this HTTP profile to specific Virtual Server for above changes to take effect.

HostGator $2.75 per month
HostGator
24/7/365 Technical Support, Free Site Building Tools, 4500 Website Templates, Free Shopping Cart Software, Ideal for WordPress, 45 Day Money Back Guarantee

Configure WebLogic Server

Follow this detailed article with helpful screenshots to enable WebLogic Plugin-In – http://www.ateam-oracle.com/wls-plugin-enabled/

After you configure at both F5 and WebLogic Server, all responses for https requests would be ‘https’ and your application will render properly in the client browser.