Forum Discussion

changewait1's avatar
changewait1
Icon for Altostratus rankAltostratus
Mar 06, 2025

Doesn't serverside ssl disable iRule work in SSLO?

I need your help!

I think there's a malfunction when setting the server-side SSL disable iRule on SSLO.
F5 does not perform the SSL handshake process 

I set the client ssl profile on the virtual server 

Below is the iRule:

below is irule 
when CLIENTSSL_HANDSHAKE {
    log local0. "START CLIENT SSL"
SSL::disable serverside
    log local0. "START SERVER DISABLE"

}

OR

when SERVERSSL_HANDSHAKE {

    log local0. "START CLIENT SSL"

SSL::disable serverside

    log local0. "START SERVER DISABLE"

}

below is packet capture


please let me know if you know information

thank you

No RepliesBe the first to reply