Forum Discussion

Dayton_Gray_103's avatar
Dayton_Gray_103
Icon for Nimbostratus rankNimbostratus
May 26, 2005

How to get proxy functionality like v4x

I am looking to duplicate this proxy directive from v4x onto v9.0.4:

 

 

proxy x.x.x.x:443 unit 1 {

 

target virtual x.x.x.x:80

 

clientssl enable

 

clientssl key xxx.key

 

clientssl cert xxx.crt

 

header insert "ProxyHTTPS: true"

 

}

 

 

 

Any help would be much appreciated.

 

 

Dayton
  • unRuleY_95363's avatar
    unRuleY_95363
    Historic F5 Account
    The notion of an ssl proxy has more or less been integrated in v9. It's now merely a clientssl profile that is associated with a given vip. So, create a clientssl profile that has the parameters set according to their equivalent in the proxy command and then simply add that profile to the virtual you want to handle the ssl.