Skip to content

Commit

Permalink
Merge pull request #1208 from ksamoray/ssl_cipher
Browse files Browse the repository at this point in the history
Update LB SSL tests for NSX v4.2.0
  • Loading branch information
ksamoray authored May 15, 2024
2 parents b9fbc07 + 03e63bc commit aba60ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nsxt/resource_nsxt_policy_lb_client_ssl_profile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ var accTestPolicyLBClientSslProfileUpdateAttributes = map[string]string{
"display_name": getAccTestResourceName(),
"description": "terraform updated",
"cipher_group_label": "CUSTOM",
"ciphers": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
"ciphers": "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256",
"prefer_server_ciphers": "false",
"protocols": "TLS_V1_1",
"protocols": "TLS_V1_2",
"session_cache_enabled": "false",
"session_cache_timeout": "5",
}
Expand Down

0 comments on commit aba60ae

Please sign in to comment.