Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Harshavardhana <[email protected]>
  • Loading branch information
jiuker and harshavardhana authored Jun 12, 2024
1 parent 7f0b0fc commit 7ba9815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ func sidekickMain(ctx *cli.Context) {
}
tlsConfig := &tls.Config{
PreferServerCipherSuites: true,
NextProtos: []string{"h2", "http/1.1"},
NextProtos: []string{"http/1.1", "h2"},
GetCertificate: manager.GetCertificate,
MinVersion: tls.VersionTLS12,
ClientSessionCache: tls.NewLRUClientSessionCache(tlsClientSessionCacheSize),
Expand Down

0 comments on commit 7ba9815

Please sign in to comment.