[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

LBHttpSslCondition

This condition is used to match SSL handshake and SSL connection at all phases.If multiple properties are configured, the rule is considered a match when all the configured properties are matched.


AllOf


This class requires all of the following:

JSON Example

{
	"client_certificate_issuer_dn": {
		"case_sensitive": false,
		"issuer_dn": "string",
		"match_type": "STARTS_WITH"
	},
	"client_certificate_subject_dn": {
		"case_sensitive": false,
		"match_type": "STARTS_WITH",
		"subject_dn": "string"
	},
	"client_supported_ssl_ciphers": [
		"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
	],
	"inverse": false,
	"session_reused": "IGNORE",
	"type": "LBHttpRequestUriCondition",
	"used_protocol": "SSL_V2",
	"used_ssl_cipher": "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyLoadBalancer
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

Feedback

Was this page helpful?