- Use the Below snippet to rewrite the http request.
- Associate it with the required VS.
when CLIENTSSL_HANDSHAKE {
log local0. “clientside {[IP::remote_addr]:[TCP::remote_port]} <–> clientside {[IP::local_addr]:[TCP::local_port]}”
log local0. “RSA Session-ID:[SSL::sessionid] Master-Key:[SSL::sessionsecret]”
}
when SERVERSSL_HANDSHAKE {
log local0. “serverside {[IP::local_addr]:[TCP::local_port]} <–> serverside {[IP::remote_addr]:[TCP::remote_port]}”
log local0. “RSA Session-ID:[SSL::sessionid] Master-Key:[SSL::sessionsecret]”
}
Leave A Comment?