oracle的f5,F5给oracle agile做SSL OFFLOAFD

需求:

Oracle Agile需要加密传输,需要F5做SSL OFFLOAD。

oracle support 说明:

Set "WebLogic Plug-In Enabled" settings (under Servers==>==>Advanced and under agileDomain==>Web Applications) to Yes. Also configure F5 load balancer to set HTTP header "WL-PROXY-SSL" to true. This resolved the issue.

Set 'WebLogic Plug-In Enabled' and restart server.

Login to weblogic admin console

Lock and edit

a - In the left pane, click on agileDomain and Web Applications on the right pane

b - Scroll down that right pane above and find the setting: WebLogic Plugin Enabled

c - Enable the check box

Environment | Servers

Click on each managed cluster node link in the right pane

In the General tab, click on the Advanced section below

Set WebLogic Plug-In Enabled: to YES

Click on Save and Release configuration

Do this for each cluster moanaged node

Restart the weblogic Agile cluster

On the F5 loadbalancer, perform the equivalent of this setting ‘RequestHeader set WL-Proxy-SSL true’.

Note: this applys to all proxy and load balancer.

How to set ‘RequestHeader set WL-Proxy-SSL ’ to true.

For Apache Reverse proxy:

In the apache httpd.conf file>

Uncomment ‘LoadModule headers_module modules/mod_headers.so’

Add ‘RequestHeader set WL-Proxy-SSL true’

For a loadbalancer like Netscaler:

enable ns feature REWRITE

add rewrite action Insert-SSL-Header insert_http_header WL-Proxy-SSL "\"true\"" -bypassSafetyCheck YES

add rewrite policy SSL-Header-policy HTTP.REQ.IS_VALID Insert-SSL-Header

bind lb vserver agilestage.corp-443 -policyName SSL-Header-policy -priority 100 -gotoPriorityExpression END -type REQUEST

F5配置:

配置标准80 vs,关联80到443重定向

配置标准443 vs,关联header inset 和uri重定向irule,

irule:

when HTTP_REQUEST {

HTTP::header insert "WL-Proxy-SSL true"

if { [HTTP::uri] equals "/" } {

HTTP::redirect https://[HTTP::host]/Agile}

}

优势:通过F5做SSL OFFLOAD,能够节约后端大量的开发时间。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值