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

Handle ipv6 addresses in host-header correctly with TLS #53

Merged
merged 5 commits into from Mar 8, 2018

Commits on Mar 6, 2018

  1. Copy the full SHA
    226292c View commit details
    Browse the repository at this point in the history
  2. Handle ipv6 addresses in host-header correctly with TLS

    When a url uses an ipv6-addresses as the host part, the host-header of the request will be
    
    [::1]:3000
    
    (for ipv6 address ::1). To verify the IP address against a TLS certificate, we need to extract the
    IP-address correctly.
    
    Requires node with nodejs/node#14736 resolved to work.
    mattiasholmlund committed Mar 6, 2018
    Copy the full SHA
    0859a3d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5b544a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Copy the full SHA
    877cb40 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    375fc7d View commit details
    Browse the repository at this point in the history