NSX-T Data Center REST API
LbSslSniCondition (schema) (Deprecated)
Condition to match SSL SNI in client hello
This condition is used to match SSL SNI in client hello. This condition is
only supported in TRANSPORT phase and HTTP_FORWARDING phase.
Name | Description | Type | Notes |
---|---|---|---|
case_sensitive | A case sensitive flag for SNI comparing If true, case is significant when comparing SNI value. |
boolean | Default: "True" |
inverse | A flag to indicate whether reverse the match result of this condition | boolean | Default: "False" |
match_type | Match type of SNI Determine how a specified string value is used to match SNI. |
LbRuleMatchType | Default: "REGEX" |
sni | The server name indication The SNI(Server Name indication) in client hello message. |
string | Required |
type | Must be set to the value LbSslSniCondition | LbRuleConditionType | Required |