Skip to content
Snippets Groups Projects
Commit 3ffd6ec2 authored by ale's avatar ale
Browse files

Enable HTTP/2

parent 06304016
No related branches found
No related tags found
No related merge requests found
Pipeline #46807 passed
......@@ -123,6 +123,7 @@ func (c *TLSServerConfig) TLSConfig() (*tls.Config, error) {
CipherSuites: serverCiphers,
MinVersion: tls.VersionTLS12,
PreferServerCipherSuites: true,
NextProtos: []string{"h2", "http/1.1"},
}
// Require client certificates if a CA is specified.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment