diff --git a/pkg/api/http_server.go b/pkg/api/http_server.go index c08557fe263..42c80d94a70 100644 --- a/pkg/api/http_server.go +++ b/pkg/api/http_server.go @@ -249,7 +249,7 @@ func (hs *HTTPServer) configureHttp2() error { tlsCfg := &tls.Config{ MinVersion: tls.VersionTLS12, - PreferServerCipherSuites: false, + PreferServerCipherSuites: true, CipherSuites: []uint16{ tls.TLS_CHACHA20_POLY1305_SHA256, tls.TLS_AES_128_GCM_SHA256,