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

fix(NODE-3109): prevent servername from being IP #2763

Merged
merged 1 commit into from
Mar 29, 2021

Conversation

nbbeeken
Copy link
Contributor

servername should only ever be a hostname. Add a condition
to check if the host is an IP and skip auto setting the servername.

@nbbeeken nbbeeken force-pushed the NODE-3109/no-ip-in-sni branch from 3736bf1 to c9ca8e7 Compare March 23, 2021 15:33
servername should only ever be a hostname. Add a condition
to check if the host is an IP and skip auto setting the servername.
@nbbeeken nbbeeken force-pushed the NODE-3109/no-ip-in-sni branch from c9ca8e7 to def14d6 Compare March 25, 2021 16:24
@nbbeeken nbbeeken requested review from durran and emadum March 25, 2021 17:58
@nbbeeken nbbeeken marked this pull request as ready for review March 25, 2021 18:01
Copy link
Member

@durran durran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nbbeeken nbbeeken merged commit 312ffef into 3.6 Mar 29, 2021
@nbbeeken nbbeeken deleted the NODE-3109/no-ip-in-sni branch March 29, 2021 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants