Forum Discussion

Chris_Chaloux_1's avatar
Chris_Chaloux_1
Icon for Nimbostratus rankNimbostratus
Feb 27, 2009

HTTP_RESPOND with SSL Requests

Hello -

 

 

I'm trying to assign an irule that does a simply http_respond content with some HTML back to the user. The issue I have is that if the rule is applied to a virt that doesnt have SSL offload enabled, the request simply times out.

 

 

How can I get either the respond to respond back on 443, or have the request sent back via another method?

 

 

Thanks!
  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    Hi,

     

     

    If you want to inspect or modify the HTTP headers/data on LTM, you must decrypt the SSL with a client SSL profile. Once you add a client SSL profile you can send a redirect using HTTP::redirect or some HTML with HTTP::respond.

     

     

    Aaron