Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for configuring TLS ServerName for health checks #9475

Merged
merged 2 commits into from
Mar 17, 2021

Commits on Mar 16, 2021

  1. 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 hashicorp#9473.
    cbroglie authored and dnephin committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f0307c7 View commit details
    Browse the repository at this point in the history
  2. Add changelog for 9475

    dnephin committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    99eda98 View commit details
    Browse the repository at this point in the history