ltm rule command PROFILE serversslΒΆ

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



PROFILE::serverssl
       Returns the value of a Server SSL profile setting.

SYNOPSIS
       PROFILE::serverssl ATTR

DESCRIPTION
       Returns the current value of the specified setting in the assigned
       Server SSL profile.

RETURN VALUE
       Returns the current value of the specified setting in the assigned
       Server SSL profile.

VALID DURING
       ANY_EVENT

EXAMPLES
	when HTTP_REQUEST {
	    if {[PROFILE::exists serverssl] == 1}{
		log local0. "server SSL profile enabled: [PROFILE::serverssl name]"
	    }
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.0.2 --First introduced the command.



BIG-IP				  2017-01-31			      iRule(1)