open-consul/tlsutil
Christopher Broglie 94b02c3954 Add support for configuring TLS ServerName for health checks
Some TLS servers require SNI, but the Golang HTTP client doesn't
include it in the ClientHello when connecting to an IP address. This
change adds a new TLSServerName field to health check definitions to
optionally set it. This fixes #9473.
2021-03-16 18:16:44 -04:00
..
config.go Add support for configuring TLS ServerName for health checks 2021-03-16 18:16:44 -04:00
config_test.go Add support for configuring TLS ServerName for health checks 2021-03-16 18:16:44 -04:00
generate.go
generate_test.go