Blue Coat Systems Comprehensive Guide to Proxy SG Administration and Content Policy Language

Models: Proxy SG

1 314
Download 314 pages 28.21 Kb
Page 136
Image 136

ProxySG Content Policy Language Guide

tunneled=

Tests if the current transaction represents a tunneled request. A tunneled request is one of:

TCP tunneled request

HTTP CONNECT request

Unaccelerated SOCKS request

Note: HTTPS connections to the management console are not tunneled for the purposes of this test.

Syntax

tunneled=yesno

Layer and Transaction Notes

Use in <Proxy> layers.

Applies to proxy transactions.

Examples

This example denies tunneled transactions except when they originate from the corporate subnet.

define subnet corporate_subnet 10.1.2.0/24 10.1.3.0/24

end <Proxy>

deny tunneled=yes client.address=!corporate_subnet

See Also

Conditions: http.method=, socks.accelerated=, url.scheme=

Properties: sock.accelerate()

136

Page 136
Image 136
Blue Coat Systems Proxy SG manual Tunneled=