summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/caddytls/values.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/caddytls/values.go b/modules/caddytls/values.go
index b10fe22..533794c 100644
--- a/modules/caddytls/values.go
+++ b/modules/caddytls/values.go
@@ -122,10 +122,7 @@ var defaultCurves = []tls.CurveID{
}
// SupportedProtocols is a map of supported protocols.
-// Note that HTTP/2 only supports TLS 1.2 and higher.
var SupportedProtocols = map[string]uint16{
- "tls1.0": tls.VersionTLS10,
- "tls1.1": tls.VersionTLS11,
"tls1.2": tls.VersionTLS12,
"tls1.3": tls.VersionTLS13,
}