Forum Discussion

cris_rock_38675's avatar
cris_rock_38675
Icon for Nimbostratus rankNimbostratus
Sep 09, 2007

https to http

Hi guys, anyone knows how to irule https://www.xxx.com to http://www.xxx.com?

 

 

would it be something like:

 

 

if (https_uri contains "/xxx.html" ) {

 

use pool http_pool

 

}

 

 

Thanks a lot

 

 

Cris

1 Reply

  • Hi,

     

     

    Are you wanting to have the BIG-IP accept HTTPS traffic, decrypt it and send HTTP to the pool? If so, you don't need a rule. You can configure an SSL proxy, a loopback virtual server and a pool.

     

     

    Check the BIG-IP Reference Manual for your version for details. Here is the 4.5.10 chapter:

     

     

    SSL Accelerator Proxies

     

    Click here

     

     

    If this isn't what you're trying to do, please elaborate.

     

     

    Aaron