CLIENTSSL_SERVERHELLO_SEND

Description

Triggered when the system is about to send its SSL ServerHello message on the clientside connection. This event is triggered only when in Forward Proxy Bypass mode and the bypass decision is still unknown

Examples

when CLIENTSSL_SERVERHELLO_SEND {
  log local0. 'bypassing'
  SSL::forward_proxy policy bypass
}

when CLIENTSSL_SERVERHELLO_SEND {
  log local0. 'intercepting'
  SSL::forward_proxy policy intercept
}