Skip to content

Commit

Permalink
Fix tls1.0 test
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz committed May 24, 2022
1 parent d20a826 commit bebdaa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/settings/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ var _ = framework.DescribeSetting("[SSL] TLS protocols, ciphers and headers)", f
ing.Spec.TLS[0].Hosts,
ing.Spec.TLS[0].SecretName,
ing.Namespace)
// TODO: Remove with TLSv1.0 deprecation
tlsConfig.MinVersion = tls.VersionTLS10
assert.Nil(ginkgo.GinkgoT(), err)

framework.WaitForTLS(f.GetURL(framework.HTTPS), tlsConfig)
Expand Down

0 comments on commit bebdaa8

Please sign in to comment.