Skip to content

Commit

Permalink
Revert "Bug 1844990: pkg/server: default to TLS 1.3"
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavdahiya committed Jun 10, 2020
1 parent 6581715 commit 1239bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func (a *APIServer) Serve() {
Handler: a.handler,
// We don't want to allow 1.1 as that's old. This was flagged in a security audit.
TLSConfig: &tls.Config{
MinVersion: tls.VersionTLS13,
MinVersion: tls.VersionTLS12,
},
}

Expand Down

0 comments on commit 1239bbc

Please sign in to comment.