There was an error while loading. Please reload this page.
2 parents a759b85 + 1b0cba4 commit 5ffe9adCopy full SHA for 5ffe9ad
1 file changed
cmd/main.go
@@ -178,6 +178,10 @@ func main() {
178
179
ctrl.SetLogger(zap.New(zap.UseFlagOptions(&opts)))
180
181
+ tlsOpts = append(tlsOpts, func(c *tls.Config) {
182
+ c.MinVersion = tls.VersionTLS13
183
+ })
184
+
185
// if the enable-http2 flag is false (the default), http/2 should be disabled
186
// due to its vulnerabilities. More specifically, disabling http/2 will
187
// prevent from being vulnerable to the HTTP/2 Stream Cancellation and
0 commit comments