Enable TLSv1.3 by default

Fix for 049b25e566 which mistakenly only
updated documentation.
This commit is contained in:
Mark Janssen 2020-05-02 13:29:27 +02:00
parent 0e785a0bf2
commit 639a8c7871
2 changed files with 5 additions and 2 deletions

View file

@ -64,7 +64,10 @@ var _ = framework.DescribeSetting("[SSL] TLS protocols, ciphers and headers)", f
})
ginkgo.It("setting cipher suite", func() {
f.UpdateNginxConfigMapData(sslCiphers, testCiphers)
f.SetNginxConfigMapData(map[string]string{
sslCiphers: testCiphers,
sslProtocols: "TLSv1.2",
})
f.WaitForNginxConfiguration(
func(cfg string) bool {