Commit Graph

2 Commits

Author SHA1 Message Date
Oliver Gould e03f6182f4
Require use of at least TLS v1.2 (#7837)
In several places where we build TLS servers (usually in our webhooks),
we use the default TLS configuration, which enables legacy versions of
TLS.

This change updates these servers to specify a minimum TLS version of
v1.2.

Signed-off-by: Oliver Gould <ver@buoyant.io>
2022-02-07 19:13:02 -08:00
Oliver Gould f93ed670a9
tap: Fix typo in filename (#7820)
The file named `sever.go` should be named `server.go`.

Signed-off-by: Oliver Gould <ver@buoyant.io>
2022-02-07 13:45:18 -08:00