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

tls: emit a warning when servername is an IP address #23329

Closed
wants to merge 2 commits into from

Commits on Oct 28, 2018

  1. tls: emit a warning when servername is an IP address

    Rodger Combs authored and oyyd committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    1d253f8 View commit details
    Browse the repository at this point in the history
  2. tls: emit a warning when servername is an IP address

    Setting the TLS ServerName to an IP address is not permitted by
    RFC6066. This will be ignored in a future version.
    
    Closes: nodejs#18071
    Refs: nodejs#18127
    oyyd committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    3b3dd7c View commit details
    Browse the repository at this point in the history