Forum Discussion

daboochmeister2's avatar
daboochmeister2
Icon for Altostratus rankAltostratus
Feb 25, 2025
Solved

Pool used with HSL::open - what are the requirements? Any way to make it send using TLS?

Hi - we have a vendor integration that captures and logs request and response data for calls to virtual servers via an iRule that uses HSL::open/HSL::send.  For this, they have us: Creating a local...
  • KeesvandenBos's avatar
    Feb 25, 2025

    Hi,

    if you would point the HSL::send directly to the pool with the endpoint servers the BIG-IP will send the data in plain text. 
    You will always need a virtual server with a server ssl profile to perform the SSL client hello.

    It would be nicer if the HSL::send would have the -virtual switch to point to a virtual server.

    You can add an irule to the port 80 VS (or AFM policy) to only allow the management ip addresses.

    Cheers,

    Kees