Forum Discussion

Tito_Panicker_1's avatar
Tito_Panicker_1
Icon for Nimbostratus rankNimbostratus
Jun 11, 2014

Irule https cloning

Hi, We are trying to clone all the requests with specific uri's to a different pool . For some reason the pools configured in port 80 is working. But the port 443 is not cloning

 

The document i have refereed to is https://devcentral.f5.com/wiki/irules.HTTP-request-cloning.ashx

 

4 Replies

  • Do you have a client SSL profile applied to your port 443 virtual server? You'll have to terminate the SSL in order to take layer 7 HTTP actions on the traffic.

     

  • @Cory thanks for the response. our scenario is little different

     

    We have LTM in our datacenter and our cloning pools have the public ip's of amazon elastic loadbalancer. So any requests coming to our LTM local_pool gets cloned to amazon_elb_pool over ssl. We are terminating the SSL at the amazon loadbalancer

     

    • Cory_50405's avatar
      Cory_50405
      Icon for Noctilucent rankNoctilucent
      If you are using the iRule in the article you linked in your original post, you'll have to terminate SSL at the LTM in order to do selective cloning based on HTTP content.
    • Tito_Panicker_1's avatar
      Tito_Panicker_1
      Icon for Nimbostratus rankNimbostratus
      Is there anyway to clone the request to an external loadbalancer for eg. v1.app.com/abc/def... gets cloned to v2.app.com/abc/def