ltm rule command SSL allow nonsslΒΆ

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

SSL::allow_nonssl
       Get or set Allow Non-SSL connections.

SYNOPSIS
       SSL::allow_nonssl (ZERO_ONE)?

DESCRIPTION
       SSL::allow_nonssl
	 Returns the currently set value for Allow Non-SSL connections SSL::allow_nonssl ( 0 | 1 )
	 0 disables Non-SSL Connections, 1 enables it.
	 Allow Non-ssl connections, sets SSL to passthrough mode.

RETURN VALUE
       SSL::allow_nonssl
	 Returns the currently set Allow Non-SSL connections value.  SSL::allow_nonssl [0|1]
	 There is no return value.

VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENT_ACCEPTED {
	    SSL::allow_nonssl 1
	}

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

BIG-IP							    2022-04-12							  iRule(1)