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

Skip TLS SNI if host is IP address #1311

Merged
merged 1 commit into from
Dec 13, 2021
Merged

Skip TLS SNI if host is IP address #1311

merged 1 commit into from
Dec 13, 2021

Commits on Jul 29, 2021

  1. Skip TLS SNI if host is IP address

    This avoids showing a warning when the broker address is just an IP
    [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a future version.
    Same fix as node-postgres has used brianc/node-postgres@d3c8eba
    A3K authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    bb190e4 View commit details
    Browse the repository at this point in the history