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

Allow setting the server hostname for TLS connection #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 11, 2018

  1. When using SAN certs, hostname verification is enforced. If the serve…

    …r hostname in `server_addr` doesn't match one of the names in the cert, then the connection fails. This PR allows you to specify an allowed hostname. The use-case for this is that we have auto-generated certs per node in AWS, but are establishing the tunnel through an NLB. The NLB hostname does not match what is in the cert, so the connection fails without this patch.
    ameir committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    53684ea View commit details
    Browse the repository at this point in the history