Forum Discussion

Deee-blue_14536's avatar
Deee-blue_14536
Icon for Nimbostratus rankNimbostratus
Jan 13, 2016
Solved

Process flow for LTM 11.5.1

HI All, I'd like to compress connections between the Client and the F5 LTM however the incoming (server to F5) and outgoing packets (F5 to client) are decrypted and then encrypted. Where in the flow process is compression performed, between inbound decompression and outbound compression?

 

Cheers

 

  • Assuming this is HTTP, and you are talking about HTTP compression, and the F5 is doing the Decryption (SSL-offload) client-side, then the compression happens just before data is encrypted (ssl) and sent to client. That is, IF a compression profile is attached to the LTM virtual server.

     

    If the F5 receives a response from the server, and it is compressed, it will generally be transmitted unmodified to the client (headers in http 1.1 are uncompressed), in some cases, you will need to configure the HTTP Profile to remove the Accept-Encoding on the server-side if you have a need to inspect on HTTP payload, and need to have it uncompressed.

     

    Note that unmodified here means that the overall TCP stream will be identical at the application layer, however, at the TCP layer, you may have slightly different sized packets, and in some cases, even the HTTP chunks may differ in size.

     

    Let me know if this answers, or if you have additional questions.

     

2 Replies

  • BinaryCanary_19's avatar
    BinaryCanary_19
    Historic F5 Account

    Assuming this is HTTP, and you are talking about HTTP compression, and the F5 is doing the Decryption (SSL-offload) client-side, then the compression happens just before data is encrypted (ssl) and sent to client. That is, IF a compression profile is attached to the LTM virtual server.

     

    If the F5 receives a response from the server, and it is compressed, it will generally be transmitted unmodified to the client (headers in http 1.1 are uncompressed), in some cases, you will need to configure the HTTP Profile to remove the Accept-Encoding on the server-side if you have a need to inspect on HTTP payload, and need to have it uncompressed.

     

    Note that unmodified here means that the overall TCP stream will be identical at the application layer, however, at the TCP layer, you may have slightly different sized packets, and in some cases, even the HTTP chunks may differ in size.

     

    Let me know if this answers, or if you have additional questions.