aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/tls/tls.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/tls/tls.go b/plugin/tls/tls.go
index bb6504352..930c5e702 100644
--- a/plugin/tls/tls.go
+++ b/plugin/tls/tls.go
@@ -33,7 +33,6 @@ func setTLSDefaults(tls *ctls.Config) {
ctls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,
ctls.TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
}
- tls.PreferServerCipherSuites = true
}
func parseTLS(c *caddy.Controller) error {