mirror of
https://github.com/containous/traefik.git
synced 2025-10-16 23:33:20 +03:00
Allow PreferServerCipherSuites as a TLS Option
This commit is contained in:
@@ -423,7 +423,8 @@ func TestLoadIngressRouteTCPs(t *testing.T) {
|
||||
},
|
||||
ClientAuthType: "VerifyClientCertIfGiven",
|
||||
},
|
||||
SniStrict: true,
|
||||
SniStrict: true,
|
||||
PreferServerCipherSuites: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -1896,7 +1897,8 @@ func TestLoadIngressRoutes(t *testing.T) {
|
||||
},
|
||||
ClientAuthType: "VerifyClientCertIfGiven",
|
||||
},
|
||||
SniStrict: true,
|
||||
SniStrict: true,
|
||||
PreferServerCipherSuites: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user