ltm rule command SSL forward proxyΒΆ

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



SSL::forward_proxy
       Sets the SSL forward proxy bypass feature to bypass or intercept.

SYNOPSIS
       SSL::forward_proxy policy (bypass | intercept)?

DESCRIPTION
       This command sets the SSL forward proxy bypass feature to bypass or
       intercept.

RETURN VALUE
       SSL::forward_proxy policy <[bypass] | [intercept]>
	   This command sets the policy of SSL Forward Proxy Bypass feature to
       "bypass" or "intercept"

VALID DURING
       CLIENTSSL_SERVERHELLO_SEND

EXAMPLES
	when CLIENTSSL_SERVERHELLO_SEND {
	    log local0. 'bypassing'
	    SSL::forward_proxy policy bypass
	}

	when CLIENTSSL_SERVERHELLO_SEND {
	    log local0. 'intercepting'
	    SSL::forward_proxy policy intercept
	}

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



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