You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
value of property rules[0].match_conditions[0].session_reused is not one of the allowed values[IGNORE, REUSED, NEW]
},
{
value of property rules[0].match_conditions[0].used_protocol is not one of the allowed values[SSL_V2, SSL_V3, TLS_V1, TLS_V1_1, TLS_V1_2]
},
{
value of property rules[0].match_conditions[0].used_ssl_cipher is not one of the allowed values[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_3DES_EDE_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384]
}
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Community Guidelines
Terraform
v1.7.5
Terraform Provider
v3.5.0
VMware vSphere
v2.7.0
Description
When applying an
HTTP_REQUEST_REWRITE
withcondition=http_ssl
the following error pops regardless of the http_ssl type chosen:e.g.
When adding those elements for testing,
the error in the gist arises:
The same error pops if the condition is applied through the web ui and tf is applied afterwards with any condition.
Affected Resources or Data Sources
nsxt_policy_lb_virtual_server
Terraform Configuration
Debug Output
https://gist.github.com/qlux/0c67374b62d4d8a0c52566d26936eeb1
Panic Output
No response
Expected Behavior
http_ssl condition can be apply
Actual Behavior
Error on any http_ssl condition
Steps to Reproduce
Create LB, Virtual Server and apply
Environment Details
No response
Screenshots
No response
References
No response
The text was updated successfully, but these errors were encountered: