ltm rule event SERVERSSL SERVERCERTΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

SERVERSSL_SERVERCERT
       Triggered when the system finished the server certificate verification.

DESCRIPTION
       Triggered when the system has finished the server certificate verfication, and the result can be retrieved.

Examples
	when SERVERSSL_SERVERCERT {
	    set result [X509::verify_cert_error_string [SSL::verify_result]]
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-13.0.0 --First introduced the event.

BIG-IP						      2020-06-23					     iRule(1)