Forum Discussion

ruttipong's avatar
ruttipong
Icon for Nimbostratus rankNimbostratus
May 07, 2010

Use F5 redirect HTTPS traffic

i want from https://www.xxx.com to https://xxx.com:9043/aa/bb

 

and i create virtual server (443) , Pool member (9043) but it not work. Pls help.

 

1 Reply

  • Hi ruttipong,

     

     

    Do you want to modify the HTTP host header and/or URI or just pass through the SSL unencrypted to the pool with LTM performing destination address translation? If you want to rewrite the Host and URI you'll need to configure the virtual server with a client SSL profile. If you want to pass the traffic to the pool re-encrypted, you can use a server SSL profile. To proxy the external host and/or URI, you can use an iRule like ProxyPass:

     

     

    http://devcentral.f5.com/wiki/default.aspx/iRules/proxypassv10 (v10.x)

     

    http://devcentral.f5.com/wiki/default.aspx/iRules/proxypass (v9.x)

     

     

    Aaron