tls.PreferServerCipherSuites is ignored as of go 1.17 (#5108)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
parent
dc9e469e2b
commit
1c6b68f3cb
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ func setTLSDefaults(tls *ctls.Config) {
|
||||||
ctls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
|
ctls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
|
||||||
ctls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
|
ctls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
|
||||||
}
|
}
|
||||||
tls.PreferServerCipherSuites = true
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func parseTLS(c *caddy.Controller) error {
|
func parseTLS(c *caddy.Controller) error {
|
||||||
|
|
Loading…
Add table
Reference in a new issue