Forum Discussion

adi_vavilala_36's avatar
adi_vavilala_36
Icon for Nimbostratus rankNimbostratus
Jun 28, 2018

F5 SSL VIP - Host Header changing

We have a Docker setup that has its own Layer 7 routing and BIG IP (with common VIP for multiple Docker containers) proxying it. Docker Layer 7 routing depends on "Host" header to route the requests to appropriate container. We have SSL termination happening at F5 Client side and the request routed to the pool is again encrypted using pool members' certs. Will this mess up the "Host" header?

 

Thanks

 

2 Replies

  • eneR's avatar
    eneR
    Icon for Cirrostratus rankCirrostratus

    SSL decryption and encryption won‘t change your http Header (e.g. Hostheader)

     

  • The SSL setup will not change the Host header unless you configure LTM policy or an iRule to do so.

     

    Do you want to maintain the Host header sent by the client or you looking to update it before sending to the backend?