Forum Discussion

1 Reply

  • Hamish's avatar
    Hamish
    Icon for Cirrocumulus rankCirrocumulus

    If you really want to know, then use tcpdump (Or ssldump if it's an encrypted connection) to actually look at the stream of data between the BigIP and the pool member.

     

    If you use ssldump, you'll need access to the key on the pool member to decrypt the traffic. If you an't get that, you can always drop a proxy in between (Or even another bigIP) and do cleartext between your big and the proxy and then encrypt from the proxy to the pool member.

     

    Other options are getting the app to log headers (if possible). And have it log LOGIN_USER. (I suspect you think this isn't coming through so you may have tried this already).